Skip to content

Commit c5fa02a

Browse files
committed
fix: remove deprecated and unused @stencil/webpack
1 parent e5673e5 commit c5fa02a

3 files changed

Lines changed: 0 additions & 28 deletions

File tree

package-lock.json

Lines changed: 0 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@stencil/angular-output-target": "^0.10.2",
2424
"@stencil/core": "^4.35.3",
2525
"@stencil/sass": "^3.2.1",
26-
"@stencil/webpack": "^0.0.6",
2726
"@types/dom-mediacapture-record": "^1.0.22",
2827
"@types/emscripten": "^1.40.1",
2928
"@types/file-saver": "^2.0.7",

packages/web-component/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const path = require("path");
2-
const stencil = require("@stencil/webpack");
32
const TerserPlugin = require("terser-webpack-plugin");
43
const webpack = require("webpack");
54

0 commit comments

Comments
 (0)