Fix xo 0.17 errors and use root xo config for app (#859)
* Use parent xo config in app/ * lint: Fix xo 0.17 errors * app: add missing semver dependency
This commit is contained in:
parent
ec9787fda4
commit
7a08b1dc3e
15 changed files with 65 additions and 61 deletions
|
|
@ -29,7 +29,7 @@ module.exports = {
|
|||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
'process.env': { // eslint-disable-line quote-props
|
||||
'NODE_ENV': JSON.stringify(nodeEnv)
|
||||
NODE_ENV: JSON.stringify(nodeEnv)
|
||||
}
|
||||
}),
|
||||
new Copy([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue