From 06e9ec527c78510a475d5e0c767bb45421ee74e2 Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Fri, 30 Mar 2018 10:43:47 -0700 Subject: [PATCH] Fix config issue --- website/config/webpack.config.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.