提交 cdfcde16 编写于 作者: T Telegin Evgeniy 提交者: Tim Neutkens

Update with-universal-configuration (#4624)

resolves #4623 
上级 d674dcc4
{
"presets": [
"next/babel"
],
"plugins": [
["transform-define", "./env-config.js"]
]
}
const env = require('./env-config.js')
module.exports = {
presets: ['next/babel'],
plugins: [['transform-define', env]]
}
......@@ -12,7 +12,7 @@
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-plugin-transform-define": "^1.2.0"
"babel-plugin-transform-define": "^1.3.0"
},
"license": "ISC"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册