Answer the question
In order to leave comments, you need to log in
How to use WebpackDefinePlugin to be used in other plugins?
Hello, I need to do something like
module.exports = defineConfig({
configureWebpack: {
plugins: [
new webpack.DefinePlugin({
APP_NAME: JSON.stringify("myApp"),
}),
new HtmlWebpackPlugin({
title: APP_NAME + " official"
})
]
}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question