ソースを参照

Removes unneeded webpack config

main
Eric Amodio 6年前
コミット
b1fbad5277
1個のファイルの変更0行の追加14行の削除
  1. +0
    -14
      webpack.config.js

+ 0
- 14
webpack.config.js ファイルの表示

@ -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'),
@ -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'),
@ -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: [
{

読み込み中…
キャンセル
保存