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 d6d9ff6 commit 456e64dCopy full SHA for 456e64d
config/babel/webpack-coffee.js
@@ -9,6 +9,4 @@ const topCoderBabelConfig = require('topcoder-react-utils/config/babel/webpack')
9
const envPresetIndex = topCoderBabelConfig.presets.find((preset) => preset === 'env')
10
topCoderBabelConfig.presets.splice(envPresetIndex, 1, ['env', { modules: false }])
11
12
-console.log('babel', JSON.stringify(topCoderBabelConfig, null, 4))
13
-
14
module.exports = topCoderBabelConfig
0 commit comments