mirror of
https://github.com/ershisan99/bundlers-demo.git
synced 2026-02-06 12:34:46 +00:00
add build config
This commit is contained in:
10
package.json
10
package.json
@@ -2,10 +2,16 @@
|
||||
"name": "bundlers",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"license": "MIT",
|
||||
"sideEffects": false,
|
||||
"files": [
|
||||
"/dist",
|
||||
"/dist/style.css"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "storybook dev -p 6006",
|
||||
"build": "tsc && vite build",
|
||||
|
||||
Reference in New Issue
Block a user