Error TypeError: ExtPay is not a function #70
-
I use Typescript and Webpack bundle background.ts TypeError: ExtPay is not a function This is my webpack code webpack.common.js module.exports = { function getHtmlPlugins(chunks) { Webpack.dev.js const { merge } = require('webpack-merge'); module.exports = merge(common, { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It sounds like an issue with your webpack bundling. Maybe post your config and see if others can help since I don't know much about webpack |
Beta Was this translation helpful? Give feedback.
It sounds like an issue with your webpack bundling. Maybe post your config and see if others can help since I don't know much about webpack