mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Use webpack/extensions.ts instead
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
64ca7f9344
commit
625aa1a122
@ -21,7 +21,7 @@
|
|||||||
"compile": "env NODE_ENV=production concurrently yarn:compile:*",
|
"compile": "env NODE_ENV=production concurrently yarn:compile:*",
|
||||||
"compile:main": "yarn run webpack --config webpack/main.ts",
|
"compile:main": "yarn run webpack --config webpack/main.ts",
|
||||||
"compile:renderer": "yarn run webpack --config webpack/renderer.ts",
|
"compile:renderer": "yarn run webpack --config webpack/renderer.ts",
|
||||||
"compile:extension-types": "yarn run tsc --project tsconfig.extension-api.json",
|
"compile:extension-types": "yarn run webpack --config webpack/extensions.ts",
|
||||||
"npm:fix-build-version": "yarn run ts-node build/set_build_version.ts",
|
"npm:fix-build-version": "yarn run ts-node build/set_build_version.ts",
|
||||||
"npm:fix-package-version": "yarn run ts-node build/set_npm_version.ts",
|
"npm:fix-package-version": "yarn run ts-node build/set_npm_version.ts",
|
||||||
"build:linux": "yarn run compile && electron-builder --linux --dir",
|
"build:linux": "yarn run compile && electron-builder --linux --dir",
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"target": "ES2019",
|
"target": "ES2019",
|
||||||
"module": "CommonJS",
|
"module": "ESNext",
|
||||||
"lib": [
|
"lib": [
|
||||||
"ESNext",
|
"ESNext",
|
||||||
"DOM",
|
"DOM",
|
||||||
@ -35,8 +35,7 @@
|
|||||||
],
|
],
|
||||||
"noEmitOnError": true,
|
"noEmitOnError": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationDir": "./src/extensions/npm/extensions/dist",
|
"declarationDir": "./src/extensions/npm/extensions/dist"
|
||||||
"outDir": "./src/extensions/npm/extensions/dist"
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"types/*.d.ts",
|
"types/*.d.ts",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user