Merge pull request #21 from Safelite/feature/dynamic-routing
updated release config
This commit is contained in:
commit
607670eb0c
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
module.exports = {
|
||||
publicPath: '/',
|
||||
outputDir: 'dist/fmg',
|
||||
devServer: {
|
||||
port: 8080,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
outputDir: 'dist/fmg'
|
||||
}
|
||||
Loading…
Reference in a new issue