updated release config
This commit is contained in:
parent
5e25f79a56
commit
807c453848
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: '/',
|
|
||||||
outputDir: 'dist/fmg',
|
outputDir: 'dist/fmg',
|
||||||
devServer: {
|
devServer: {
|
||||||
port: 8080,
|
port: 8080,
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
module.exports = {
|
||||||
|
outputDir: 'dist/fmg'
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue