mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-05 11:00:53 +00:00
Merge pull request #91 from remcohaszing/webpack-to-demo
Rename webpack example to demo
This commit is contained in:
commit
74803276b6
9 changed files with 778 additions and 2796 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'
|
||||||
|
|
|
||||||
3566
package-lock.json
generated
3566
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue