Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roberto José TORO OLMEDO
BrainBox
Commits
cbf1e20e
Commit
cbf1e20e
authored
Dec 02, 2019
by
r03ert0
Browse files
remove code chunking
parent
7c998ef9
Changes
4
Hide whitespace changes
Inline
Side-by-side
webpack.atlasmaker-tools.config.js
View file @
cbf1e20e
...
...
@@ -43,10 +43,5 @@ module.exports = {
use
:
[
'
html-loader
'
]
}
]
},
optimization
:
{
splitChunks
:
{
chunks
:
'
all
'
}
}
};
webpack.atlasmaker.config.js
View file @
cbf1e20e
...
...
@@ -36,10 +36,5 @@ module.exports = {
use
:
[
'
html-loader
'
]
}
]
},
optimization
:
{
splitChunks
:
{
chunks
:
'
all
'
}
}
};
webpack.brainbox.config.js
View file @
cbf1e20e
...
...
@@ -33,10 +33,5 @@ module.exports = {
use
:
[
'
file-loader
'
]
}
]
},
optimization
:
{
splitChunks
:
{
chunks
:
'
all
'
}
}
};
webpack.pages.config.js
View file @
cbf1e20e
...
...
@@ -37,10 +37,5 @@ module.exports = {
use
:
[
'
file-loader
'
]
}
]
},
optimization
:
{
splitChunks
:
{
chunks
:
'
all
'
}
}
};
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