diff --git a/webpack.config.js b/webpack.config.js index 28723ce..9ce0c4b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -5,10 +5,6 @@ const fs = require("fs"); const webpack = require("webpack"); const CompressionPlugin = require("compression-webpack-plugin"); -var externals = { - "cockpit": "cockpit", -}; - /* These can be overridden, typically from the Makefile.am */ const srcdir = (process.env.SRCDIR || __dirname) + path.sep + "src"; const builddir = (process.env.SRCDIR || __dirname); @@ -115,7 +111,8 @@ module.exports = { ignored: /node_modules/, }, entry: info.entries, - externals: externals, + // cockpit.js gets included via