We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6254952 commit 2d39200Copy full SHA for 2d39200
config-overrides.js
@@ -28,6 +28,7 @@ module.exports = {
28
test: [/\.[jt]sx?$/, /\.[cm]js$/],
29
include: [antlr4C3Root, websqlRoot, antlr4ngRoot],
30
loader: 'babel-loader',
31
+ options: {babelrc: false, configFile: false, compact: true},
32
});
33
34
if (env === 'production') {
0 commit comments