Skip to content

Commit 6e2b064

Browse files
committed
update vue.config.js
1 parent 9342d39 commit 6e2b064

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
node_modules
33
/dist
4+
/demo
45

56
# local env files
67
.env.local

vue.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
module.exports = {
2+
outputDir: 'demo',
3+
productionSourceMap: false,
24
configureWebpack: {
35
output: {
46
libraryExport: 'default'

0 commit comments

Comments
 (0)