File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /dist
1+ public /*
2+ ! public /index.html
3+
24
35# dependencies
46/node_modules
5- /bower_components
67
78# IDEs and editors
89/.idea
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ deploy:
1212 skip-cleanup : true
1313 github-token : $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
1414 keep-history : true
15+ local_dir : public
1516 on :
1617 branch : master
Original file line number Diff line number Diff line change 2828 < style > body {min-height : 101vh ;}</ style >
2929 </ head >
3030 < body >
31- < script type ="module " src ="./dist/ index.js "> </ script >
31+ < script type ="module " src ="./index.js "> </ script >
3232 </ body >
3333</ html >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const plugins = [
2222export default {
2323 input : "src/index.js" ,
2424 output : {
25- dir : "dist " ,
25+ dir : "public " ,
2626 format : "esm"
2727 } ,
2828 plugins
You can’t perform that action at this time.
0 commit comments