Update dependencies, fix webpack configuration
This commit is contained in:
parent
08b97ec116
commit
e2b6874d9b
6 changed files with 677 additions and 710 deletions
15
webpack.config.js
vendored
15
webpack.config.js
vendored
|
@ -14,20 +14,7 @@ module.exports = {
|
|||
rules: [{
|
||||
test: /\.css$/,
|
||||
exclude: /node_modules/,
|
||||
use: [
|
||||
{
|
||||
loader: MiniCssExtractPlugin.loader,
|
||||
options: {
|
||||
sourceMap: true
|
||||
}
|
||||
},
|
||||
{
|
||||
loader: 'css-loader',
|
||||
options: {
|
||||
sourceMap: true
|
||||
}
|
||||
}
|
||||
]
|
||||
use: [MiniCssExtractPlugin.loader, 'css-loader']
|
||||
}]
|
||||
},
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue