Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
love_飞影
Neos
Commits
4b39364b
Commit
4b39364b
authored
Mar 14, 2023
by
chechunchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove vite-plugin-wasm
parent
4f7bdefa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
package.json
package.json
+1
-2
vite.config.ts
vite.config.ts
+1
-2
No files found.
package.json
View file @
4b39364b
...
...
@@ -75,7 +75,6 @@
"
prettier
"
:
"
^2.7.1
"
,
"
sass
"
:
"
^1.58.0
"
,
"
typescript
"
:
"
^4.8.4
"
,
"
vite
"
:
"
^3.1.0
"
,
"
vite-plugin-wasm
"
:
"
^3.2.2
"
"
vite
"
:
"
^3.1.0
"
}
}
vite.config.ts
View file @
4b39364b
import
{
defineConfig
}
from
'
vite
'
import
react
from
'
@vitejs/plugin-react
'
import
svgr
from
'
vite-plugin-svgr
'
import
wasm
from
"
vite-plugin-wasm
"
;
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
:
[
react
(),
svgr
()
,
wasm
()
]
plugins
:
[
react
(),
svgr
()]
})
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment