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 = () =>
|
||||
new Router({
|
||||
mode: 'history', // require service support
|
||||
base: '/vueapp/',
|
||||
base: '/antpublic/',
|
||||
scrollBehavior: () => ({ y: 0 }),
|
||||
routes: constantRoutes
|
||||
})
|
||||
|
@ -37,7 +37,7 @@ const cdn = {
|
||||
}
|
||||
}
|
||||
module.exports = {
|
||||
publicPath: process.env.NODE_ENV === 'development' ? '/' : '/vueapp/',
|
||||
publicPath: process.env.NODE_ENV === 'development' ? '/' : '/antpublic/',
|
||||
outputDir: 'dist',
|
||||
assetsDir: 'static',
|
||||
lintOnSave: process.env.NODE_ENV === 'development',
|
||||
@ -57,7 +57,7 @@ module.exports = {
|
||||
// externals里的模块不打包
|
||||
Object.assign(config, {
|
||||
name: name,
|
||||
entry:["@babel/polyfill", "./src/main.js"],
|
||||
// entry:["@babel/polyfill", "./src/main.js"],
|
||||
externals: externals
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user