Skip to content

Commit 8ab9f7b

Browse files
authored
fix(build): vue2 assets packaging (#34)
output vue2 static assets to the correct folder
1 parent e78026b commit 8ab9f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue2-components/vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const path = require('path');
2-
const DST_PATH = '../trame_simput/module/serve';
2+
const DST_PATH = '../src/trame_simput/module/serve';
33

44
module.exports = {
55
outputDir: path.resolve(__dirname, DST_PATH),

0 commit comments

Comments
 (0)