webpack/test/configCases/externals/optional-externals-root/webpack.config.js

7 lines
85 B
JavaScript
Raw Normal View History

module.exports = {
2020-02-20 03:25:49 +08:00
externalsType: "var",
externals: {
external: "external"
}
2017-01-11 17:51:58 +08:00
};