Skip to content

Commit

Permalink
Removes unneeded webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 29, 2018
1 parent 6ce00f6 commit b1fbad5
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ function getUIConfig(env) {
filename: '[name].css'
}),
new HtmlPlugin({
excludeAssets: [/.*\.main\.js/],
excludeChunks: ['welcome'],
template: 'settings/index.html',
filename: path.resolve(__dirname, 'settings.html'),
Expand All @@ -153,7 +152,6 @@ function getUIConfig(env) {
: false
}),
new HtmlPlugin({
excludeAssets: [/.*\.main\.js/],
excludeChunks: ['settings'],
template: 'welcome/index.html',
filename: path.resolve(__dirname, 'welcome.html'),
Expand Down Expand Up @@ -208,18 +206,6 @@ function getUIConfig(env) {
path: path.resolve(__dirname, 'dist/ui'),
publicPath: '{{root}}/dist/ui/'
},
optimization: {
splitChunks: {
cacheGroups: {
styles: {
name: 'styles',
test: /\.css$/,
chunks: 'all',
enforce: true
}
}
}
},
module: {
rules: [
{
Expand Down

0 comments on commit b1fbad5

Please sign in to comment.