We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeab69 commit a940efaCopy full SHA for a940efa
package.json
@@ -61,7 +61,7 @@
61
"repository": "https://github.com/escapace/fluent.git",
62
"scripts": {
63
"build": "rm -rf lib && mkdir -p lib/import lib/types && npm run build:import && npm run build:types",
64
- "build:import": "esbuild src/index.ts --bundle --minify --sourcemap --format=esm --outfile=./lib/import/index.js",
+ "build:import": "esbuild src/index.ts --bundle --minify --sourcemap --format=esm --external:lodash-es --outfile=./lib/import/index.js",
65
"build:types": "tsc -p ./tsconfig-declaration.json --emitDeclarationOnly --declarationDir lib/types",
66
"lint": "ls-lint && eslint --fix 'src/**/*.ts?(x)'",
67
"prepare": "is-ci || husky install",
0 commit comments