We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f6a18e + 81106db commit dc17ea7Copy full SHA for dc17ea7
lib/build.js
@@ -9,7 +9,7 @@ function webpackConfig(dir, additionalConfig) {
9
var babelOpts = {cacheDirectory: true};
10
if (!fs.existsSync(path.join(process.cwd(), '.babelrc'))) {
11
babelOpts.presets = ["es2015"];
12
- babelOptsplugins = [
+ babelOpts.plugins = [
13
"transform-class-properties",
14
"transform-object-assign",
15
"transform-object-rest-spread"
0 commit comments