Update esbuild.config.mjs
This commit is contained in:
parent
596762cec9
commit
fbc81620fb
1 changed files with 0 additions and 4 deletions
|
@ -21,10 +21,6 @@ esbuild
|
||||||
minify: false,
|
minify: false,
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
incremental: isDevServer,
|
incremental: isDevServer,
|
||||||
assetNames: 'assets/[name]-[hash]',
|
|
||||||
loader: {
|
|
||||||
'.woff': 'file',
|
|
||||||
},
|
|
||||||
target: ['chrome58', 'firefox57', 'safari11', 'edge18'],
|
target: ['chrome58', 'firefox57', 'safari11', 'edge18'],
|
||||||
define: {
|
define: {
|
||||||
'process.env.NODE_ENV': isDevServer ? '"development"' : '"production"',
|
'process.env.NODE_ENV': isDevServer ? '"development"' : '"production"',
|
||||||
|
|
Loading…
Reference in a new issue