Fix config issue

This commit is contained in:
John Lyon-Smith
2018-03-30 10:43:47 -07:00
parent bddf717d37
commit 06e9ec527c

View File

@@ -156,8 +156,8 @@ 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.