mirror of
https://github.com/2234839/web-font.git
synced 2025-06-22 10:49:17 +08:00
13 lines
291 B
Markdown
13 lines
291 B
Markdown
# web font
|
||
|
||
## 问题
|
||
|
||
使用 svelte https://github.com/DeMoorJasper/parcel-plugin-svelte 通过这个插件使用 parcel 然后报 new 的错 需要限制 编译的版本,在package.json browserslist 字段限制一下版本就好
|
||
|
||
## 启动
|
||
|
||
```bash
|
||
npm i
|
||
npm run build
|
||
npm run start
|
||
``` |