@kaliber/build 0.0.143 → 0.0.144
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/build.js +1 -1
- package/package.json +1 -1
package/lib/build.js
CHANGED
@@ -69,7 +69,7 @@ const babelLoader = {
|
|
69
69
|
cacheDirectory: './.babelcache/',
|
70
70
|
cacheCompression: false,
|
71
71
|
babelrc: false, // this needs to be false, any other value will cause .babelrc to interfere with these settings
|
72
|
-
presets: [
|
72
|
+
presets: ['@babel/preset-react'],
|
73
73
|
plugins: [
|
74
74
|
['@babel/plugin-proposal-decorators', { legacy: true }],
|
75
75
|
['@babel/plugin-proposal-class-properties', { loose: true }],
|
package/package.json
CHANGED