Fix config issue
This commit is contained in:
@@ -156,9 +156,9 @@ module.exports = {
|
|||||||
loader: require.resolve('babel-loader'),
|
loader: require.resolve('babel-loader'),
|
||||||
options: {
|
options: {
|
||||||
compact: true,
|
compact: true,
|
||||||
},
|
|
||||||
plugins: [ 'transform-decorators-legacy' ]
|
plugins: [ 'transform-decorators-legacy' ]
|
||||||
},
|
},
|
||||||
|
},
|
||||||
// The notation here is somewhat confusing.
|
// The notation here is somewhat confusing.
|
||||||
// "postcss" loader applies autoprefixer to our CSS.
|
// "postcss" loader applies autoprefixer to our CSS.
|
||||||
// "css" loader resolves paths in CSS and adds assets as dependencies.
|
// "css" loader resolves paths in CSS and adds assets as dependencies.
|
||||||
|
|||||||
Reference in New Issue
Block a user