Skip to content

Commit 3c1964d

Browse files
author
Dean Naji
committed
FIREFLY-74:removing extra plugins from webpack config, required by reviewers Loi and Trey
1 parent 2437a45 commit 3c1964d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

buildScript/webpack.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,7 @@ export default function makeWebpackConfig(config) {
133133
],
134134
plugins: [
135135
'@babel/plugin-transform-runtime',
136-
'@babel/plugin-syntax-dynamic-import',
137-
'@babel/plugin-syntax-import-meta',
138-
'@babel/plugin-proposal-class-properties',
139-
'@babel/plugin-proposal-json-strings'
136+
'@babel/plugin-proposal-class-properties'
140137
]
141138
}
142139
},

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"dependencies": {
1111
"@babel/core": "^7.5.0",
1212
"@babel/plugin-proposal-class-properties": "^7.0.0",
13-
"@babel/plugin-proposal-json-strings": "^7.0.0",
14-
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
15-
"@babel/plugin-syntax-import-meta": "^7.0.0",
1613
"@babel/plugin-transform-runtime": "^7.0.0",
1714
"@babel/polyfill": "^7.0.0",
1815
"@babel/preset-env": "^7.4.4",

0 commit comments

Comments
 (0)