Simplify project config
This commit is contained in:
parent
c72647c1e5
commit
39a2645d65
27 changed files with 79 additions and 87 deletions
|
@ -26,7 +26,6 @@ require('esbuild')
|
|||
sourcemap: true,
|
||||
define: {
|
||||
global: 'window',
|
||||
'$env.isCore': false,
|
||||
...convertObjectToWebpackDefinePaths({
|
||||
process: {env: envConfig},
|
||||
$env: envConfig,
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"source": "src/index.tsx",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"private": "true",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue