This repository was archived by the owner on Jul 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
charts-components/templates/webpack
coding-components/templates/webpack
map-components/templates/webpack Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ npm run start
3333#### yarn
3434
3535```
36- npm run start
36+ yarn start
3737```
3838
3939### Generate the production-ready compiled code
@@ -47,7 +47,7 @@ npm run build
4747#### yarn
4848
4949```
50- npm run build
50+ yarn build
5151```
5252
5353#### JS
@@ -69,7 +69,7 @@ You can find all the necessary styling in [`src/index.css`](./src/index.css).
6969
7070#### HTML
7171
72- The parsing of our ` index.html ` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
72+ Parsing the ` index.html ` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
7373
7474``` js
7575// webpack.config.js
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ You can find all the necessary styling in [`src/index.css`](./src/index.css). Im
7676
7777#### HTML
7878
79- The parsing of our ` index.html ` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
79+ Parsing the ` index.html ` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
8080
8181``` js
8282// webpack.config.js
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ You can find all the necessary styling in [`src/index.css`](./src/index.css). Im
7373
7474#### HTML
7575
76- The parsing of our ` index.html ` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
76+ Parsing the ` index.html ` was simplified by using the HtmlWebpackPlugin in the webpack configuration file.
7777
7878``` js
7979// webpack.config.js
You can’t perform that action at this time.
0 commit comments