mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(webpack) simplify build from symlinks
This commit is contained in:
parent
2d7b97986f
commit
d0f528892b
1 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ const splitChunks = {
|
|||
};
|
||||
|
||||
module.exports = {
|
||||
resolve: {
|
||||
symlinks: false
|
||||
},
|
||||
devtool,
|
||||
optimization: {
|
||||
splitChunks,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue