File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- say "Create default package.json and install esbuild"
2
- copy_file "#{ __dir__ } /package.json" , "package.json"
1
+ say "Install esbuild"
3
2
run "yarn add esbuild"
4
3
5
4
say "Add build script"
Original file line number Diff line number Diff line change 1
- say "Create default package.json and install rollup with config"
2
- copy_file "#{ __dir__ } /package.json" , "package.json"
1
+ say "Install rollup with config"
3
2
copy_file "#{ __dir__ } /rollup.config.js" , "rollup.config.js"
4
3
run "yarn add rollup @rollup/plugin-node-resolve"
5
4
Original file line number Diff line number Diff line change 1
- say "Create default package.json and install Webpack with config"
2
- copy_file "#{ __dir__ } /package.json" , "package.json"
1
+ say "Install Webpack with config"
3
2
copy_file "#{ __dir__ } /webpack.config.js" , "webpack.config.js"
4
3
run "yarn add webpack webpack-cli"
5
4
You can’t perform that action at this time.
0 commit comments