Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
uncloud
files_readmemd
Commits
c1786399
Commit
c1786399
authored
Nov 12, 2021
by
Matthieu Le Corre
Browse files
fix webpack config entry
parent
e56a7453
Changes
1
Hide whitespace changes
Inline
Side-by-side
webpack.js
View file @
c1786399
const
webpackConfig
=
require
(
'
@nextcloud/webpack-vue-config
'
)
const
webpackConfig
=
require
(
'
@nextcloud/webpack-vue-config
'
)
const
path
=
require
(
'
path
'
)
webpackConfig
.
resolve
[
'
fallback
'
]
=
{
fs
:
false
}
webpackConfig
.
resolve
[
'
fallback
'
]
=
{
fs
:
false
}
webpackConfig
.
entry
[
'
main
'
]
=
path
.
join
(
__dirname
,
'
src
'
,
'
main.js
'
),
webpackConfig
.
entry
[
'
config
'
]
=
path
.
join
(
__dirname
,
'
src
'
,
'
config.js
'
)
module
.
exports
=
webpackConfig
module
.
exports
=
webpackConfig
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment