parent
60a8be3014
commit
dd60465373
|
@ -215,7 +215,7 @@ All rights reserved.
|
||||||
};
|
};
|
||||||
|
|
||||||
if (process.env.RUN_ENV === 'PRODUCTION') {
|
if (process.env.RUN_ENV === 'PRODUCTION') {
|
||||||
const entry = ['./index'];
|
let entry = ['./index'];
|
||||||
config.externals = [
|
config.externals = [
|
||||||
{
|
{
|
||||||
vue: {
|
vue: {
|
||||||
|
|
Loading…
Reference in New Issue