mirror of
https://github.com/simonw/datasette-vega.git
synced 2026-09-22 08:24:33 +02:00
fix npm start dev build
Work-around for "Module parse failed: Identifier directly after number" due to `const wait = 10_000;` in vega-embed: https://stackoverflow.com/a/67566183
This commit is contained in:
parent
78270bd44c
commit
c6d3de6ce2
1 changed files with 5 additions and 12 deletions
17
package.json
17
package.json
|
|
@ -15,16 +15,9 @@
|
|||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue