Skip to content

Commit 894b33f

Browse files
committed
stop building bootstrap from source to reduce warnings and speed up build
1 parent 149dc52 commit 894b33f

File tree

5 files changed

+21
-556
lines changed

5 files changed

+21
-556
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "2.0.0",
55
"scripts": {
66
"build:webpack": "webpack --config webpack.config.js",
7-
"build:11ty": "npx @11ty/eleventy",
8-
"build": "npm run build:webpack && npm run build:11ty",
9-
"start": "concurrently \"webpack --watch\" \"npx @11ty/eleventy --serve\""
7+
"build:11ty": "eleventy",
8+
"build": "pnpm run build:webpack && pnpm run build:11ty",
9+
"start": "concurrently \"webpack --watch\" \"eleventy --serve\""
1010
},
1111
"repository": {
1212
"type": "git",
@@ -21,18 +21,12 @@
2121
},
2222
"devDependencies": {
2323
"@11ty/eleventy": "3.0.0",
24-
"autoprefixer": "10.4.27",
2524
"concurrently": "9.2.1",
2625
"css-loader": "7.1.4",
2726
"css-minimizer-webpack-plugin": "7.0.4",
2827
"html-minifier": "4.0.0",
2928
"mini-css-extract-plugin": "2.10.0",
30-
"postcss": "8.5.6",
31-
"postcss-loader": "8.2.1",
32-
"sass": "1.97.3",
33-
"sass-loader": "16.0.7",
3429
"sharp": "0.34.5",
35-
"style-loader": "4.0.0",
3630
"webpack": "5.105.3",
3731
"webpack-cli": "6.0.1",
3832
"yaml": "2.8.2"

0 commit comments

Comments
 (0)