Skip to content

Commit 6db069c

Browse files
committed
@rollup/rollup-linux-x64-gnu
1 parent 00ece7b commit 6db069c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

netlify.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
command = "npm run build:prod"
44
publish = "dist/browser"
55

6-
[[redirects]]
6+
[[redirects]]
77
from = "/*"
88
to = "/index.html"
99
status = 200
10+
11+
[[plugins]]
12+
package = "netlify-plugin-rollup"
13+
[plugins.inputs]
14+
external = ["@rollup/rollup-linux-x64-gnu"]

0 commit comments

Comments
 (0)