Skip to content

Commit 2fec0cc

Browse files
Seth FearnsideSeth Fearnside
authored andcommitted
Added basic Vue config file
1 parent 8dc1a58 commit 2fec0cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vue.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
configureWebpack() {
3+
return {
4+
devtool: 'source-map'
5+
};
6+
}
7+
};

0 commit comments

Comments
 (0)