Merge pull request #21 from Safelite/feature/dynamic-routing

updated release config
This commit is contained in:
Frank Rua 2021-10-26 10:04:09 -04:00 committed by GitHub
commit 607670eb0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,4 @@
module.exports = {
publicPath: '/',
outputDir: 'dist/fmg',
devServer: {
port: 8080,

View file

@ -0,0 +1,3 @@
module.exports = {
outputDir: 'dist/fmg'
}