fix
This commit is contained in:
parent
afad59e0ab
commit
896f2f5412
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/package",
|
||||
"name": "@kevisual/router",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.13",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "./dist/router.js",
|
||||
|
@ -45,7 +45,7 @@ export default [
|
||||
plugins: [
|
||||
createAlias(),
|
||||
resolve({
|
||||
browser: true,
|
||||
browser: false,
|
||||
}), // 使用 @rollup/plugin-node-resolve 解析 node_modules 中的模块
|
||||
commonjs(),
|
||||
typescript(), // 使用 @rollup/plugin-typescript 处理 TypeScript 文件
|
||||
|
Loading…
x
Reference in New Issue
Block a user