Browse Source

add nova entrada para gereciamento de temas

pull/2485/head
Leandro Roberto 7 years ago
parent
commit
7c28fce70f
  1. 0
      sapl-frontend/src/theme/main.js
  2. 7
      sapl-frontend/vue.config.js

0
sapl-frontend/src/theme/main.js

7
sapl-frontend/vue.config.js

@ -1,11 +1,9 @@
const BundleTracker = require('webpack-bundle-tracker')
module.exports = {
publicPath: 'http://localhost:8080/',
outputDir: './dist/',
chainWebpack: config => {
config.optimization
@ -34,5 +32,10 @@ module.exports = {
.add('./src/hellow/main.js')
.end()
// then add your own
config.entry('theme')
.add('./src/theme/main.js')
.end()
}
}

Loading…
Cancel
Save