mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-06 19:40:55 +00:00
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:
parent
13a21cba5d
commit
109332e5e7
9 changed files with 779 additions and 2797 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "webpack-example",
|
"name": "demo",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack serve --open --mode development",
|
"start": "webpack serve --open --mode development",
|
||||||
"build": "webpack --mode production"
|
"build": "webpack --mode production"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||||
"css-loader": "^6.2.0",
|
"css-loader": "^6.2.0",
|
||||||
"css-minimizer-webpack-plugin": "^3.0.2",
|
"css-minimizer-webpack-plugin": "^3.0.2",
|
||||||
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
|
@ -1,3 +1,3 @@
|
||||||
[build]
|
[build]
|
||||||
publish = 'examples/webpack/dist/'
|
publish = 'examples/demo/dist/'
|
||||||
command = 'npm ci && npm run prepack && npm --workspace webpack-example run build'
|
command = 'npm ci && npm run prepack && npm --workspace demo run build'
|
||||||
|
|
|
||||||
3568
package-lock.json
generated
3568
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue