mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-18 22:11:26 +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",
|
||||
"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",
|
||||
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
|
@ -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'
|
||||
|
|
|
|||
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