We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa56ce commit 545a54aCopy full SHA for 545a54a
netlify.toml
@@ -0,0 +1,9 @@
1
+
2
+[build]
3
+ publish = "out"
4
+ command = "npm run output"
5
6
+[[redirects]]
7
+ from = "/examples/*"
8
+ to = "/index.html"
9
+ status = 200
package.json
@@ -20,7 +20,7 @@
20
"build:js": "rimraf dist/* && rollup -c",
21
"build:source": "node config/source.js",
22
"build:aot": "ngc -p config/aot.json",
23
- "output": "npm run build && rimraf out/* && parcel build examples/**/*.html -d out",
+ "output": "npm run build && rimraf out/* && parcel build examples/index.html examples/*/*.html -d out",
24
"start": "serve-examples",
25
"test": "npm run output && jest"
26
},
0 commit comments