Skip to content

Commit 909a94c

Browse files
committed
remove externally installed dependencies
1 parent 718bbec commit 909a94c

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/install-externals.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

aws-distro-opentelemetry-node-autoinstrumentation/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"clean": "rimraf build/*",
2525
"compile:tsc": "tsc -p .",
2626
"compile:webpack": "webpack",
27-
"compile": "npm run compile:webpack && npm run install-externals",
28-
"install-externals": "./install-externals.sh",
27+
"compile": "npm run compile:webpack",
2928
"lint": "eslint . --ext .ts",
3029
"lint:fix": "eslint . --ext .ts --fix",
3130
"create-version": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",

aws-distro-opentelemetry-node-autoinstrumentation/webpack.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ module.exports = {
55
target: 'node',
66
mode: 'production',
77
externalsPresets: { node: true },
8-
externals: [
9-
'import-in-the-middle',
10-
],
118
output: {
129
path: path.resolve('./build/src'),
1310
filename: 'register.js',

0 commit comments

Comments
 (0)