sistemare class type boolean....

This commit is contained in:
paolo
2018-11-05 22:28:59 +01:00
parent c81e816d97
commit 03d57ba50e
22 changed files with 439 additions and 339 deletions

View File

@@ -2,8 +2,9 @@
const path = require('path');
// Carica il file .env
const envparser = require('./config/envparser');
const webpack = require('webpack')
const envparser = require('./config/envparser')
const extendTypescriptToWebpack = (config) => {
config.resolve
@@ -41,6 +42,7 @@ module.exports = function (ctx) {
],
supportIE: false,
build: {
env: envparser(),
scopeHoisting: true,
vueRouterMode: 'history',
vueCompiler: true,