Rename webpack example to demo

It has grown significantly. I plan to add more minimal demos for Webpack
and probably some other bundlers.
This commit is contained in:
Remco Haszing 2021-08-23 17:28:13 +02:00
parent 13a21cba5d
commit 109332e5e7
No known key found for this signature in database
GPG key ID: 40D9F5FE9155FD3C
9 changed files with 779 additions and 2797 deletions

View file

@ -1,12 +1,12 @@
{
"name": "webpack-example",
"name": "demo",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "webpack serve --open --mode development",
"build": "webpack --mode production"
},
"devDependencies": {
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1,3 +1,3 @@
[build]
publish = 'examples/webpack/dist/'
command = 'npm ci && npm run prepack && npm --workspace webpack-example run build'
publish = 'examples/demo/dist/'
command = 'npm ci && npm run prepack && npm --workspace demo run build'

3568
package-lock.json generated

File diff suppressed because it is too large Load diff