diff --git a/website/config/webpack.config.prod.js b/website/config/webpack.config.prod.js index 794e807..456a620 100644 --- a/website/config/webpack.config.prod.js +++ b/website/config/webpack.config.prod.js @@ -156,8 +156,8 @@ module.exports = { loader: require.resolve('babel-loader'), options: { compact: true, + plugins: [ 'transform-decorators-legacy' ] }, - plugins: [ 'transform-decorators-legacy' ] }, // The notation here is somewhat confusing. // "postcss" loader applies autoprefixer to our CSS.