use flow check and move flowtype-plugin to top level
This commit is contained in:
parent
046d936db1
commit
38a5509ed0
3 changed files with 48 additions and 181 deletions
|
@ -23,7 +23,7 @@ module.exports = {
|
|||
};
|
||||
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
const FLOW_BABEL_WEBPACK_PLUGIN = require('./src/renderer/flowtype-plugin');
|
||||
const FLOW_BABEL_WEBPACK_PLUGIN = require('./flowtype-plugin');
|
||||
|
||||
module.exports.plugins = [
|
||||
new FLOW_BABEL_WEBPACK_PLUGIN({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue