mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-06 03:57:50 +08:00
babel
This commit is contained in:
parent
472d602c29
commit
0eb937845e
@ -15,7 +15,7 @@ export const constantRoutes = [
|
|||||||
const createRouter = () =>
|
const createRouter = () =>
|
||||||
new Router({
|
new Router({
|
||||||
mode: 'history', // require service support
|
mode: 'history', // require service support
|
||||||
base: '/vueapp/',
|
base: '/antpublic/',
|
||||||
scrollBehavior: () => ({ y: 0 }),
|
scrollBehavior: () => ({ y: 0 }),
|
||||||
routes: constantRoutes
|
routes: constantRoutes
|
||||||
})
|
})
|
||||||
|
@ -37,7 +37,7 @@ const cdn = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: process.env.NODE_ENV === 'development' ? '/' : '/vueapp/',
|
publicPath: process.env.NODE_ENV === 'development' ? '/' : '/antpublic/',
|
||||||
outputDir: 'dist',
|
outputDir: 'dist',
|
||||||
assetsDir: 'static',
|
assetsDir: 'static',
|
||||||
lintOnSave: process.env.NODE_ENV === 'development',
|
lintOnSave: process.env.NODE_ENV === 'development',
|
||||||
@ -57,7 +57,7 @@ module.exports = {
|
|||||||
// externals里的模块不打包
|
// externals里的模块不打包
|
||||||
Object.assign(config, {
|
Object.assign(config, {
|
||||||
name: name,
|
name: name,
|
||||||
entry:["@babel/polyfill", "./src/main.js"],
|
// entry:["@babel/polyfill", "./src/main.js"],
|
||||||
externals: externals
|
externals: externals
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user