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 a228f4e commit fad1f33Copy full SHA for fad1f33
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
@@ -14,7 +14,7 @@
14
],
15
"scripts": {
16
"build": "rimraf dist/* && rollup -c",
17
- "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",
18
"start": "serve-examples",
19
"test": "npm run output && jest"
20
},
0 commit comments