add mount of menu
fix store usage add page loader
This commit is contained in:
parent
d8a622ce0f
commit
b287b671be
15 changed files with 175 additions and 81 deletions
|
|
@ -13,6 +13,7 @@ const isDev = buildMode === 'development'
|
|||
module.exports = {
|
||||
target: 'web',
|
||||
mode: buildMode,
|
||||
devtool: "inline-source-map",
|
||||
entry: {
|
||||
menu: path.resolve(path.join('src', 'menu.js')),
|
||||
// admin: path.resolve(path.join('src', 'admin.js')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue