fix(build): Fix typo to generate production assets
This commit is contained in:
parent
ffac2cbe0b
commit
bbc54853c8
@ -8,7 +8,7 @@ import customProperties from 'postcss-custom-properties';
|
|||||||
import eslint from 'rollup-plugin-eslint';
|
import eslint from 'rollup-plugin-eslint';
|
||||||
import merge from 'deepmerge';
|
import merge from 'deepmerge';
|
||||||
|
|
||||||
const production = process.env.NODE_ENV === '--production';
|
const production = process.env.NODE_ENV === 'production';
|
||||||
|
|
||||||
const baseJS = {
|
const baseJS = {
|
||||||
input: 'src/index.js',
|
input: 'src/index.js',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user