experimental... probably broken

This commit is contained in:
Fabio Pliger
2022-02-24 11:14:28 -06:00
parent f65a6ec5c9
commit ce551ed6c3
5 changed files with 90 additions and 38 deletions

View File

@@ -7,7 +7,10 @@ const WorkboxWebpackPlugin = require("workbox-webpack-plugin");
const isProduction = process.env.NODE_ENV == "production";
const config = {
entry: "./src/index.ts",
entry: [
"@webcomponents/custom-elements/src/native-shim",
"./src/index.ts"
],
output: {
path: path.resolve(__dirname, "build"),
},