mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 11:15:36 -05:00
experimental... probably broken
This commit is contained in:
@@ -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"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user