button {
font-weight: 800!important;
}
код добавился в основной бандл
<link type="text/css" rel="stylesheet" href="blob:http://localhost:63342/282b28ce-9f94-49ef-ba74-c92ea0b632f7">
module.exports = merge(require('./webpack.base.config'), {
module: {
rules: [{
test: /\.scss$/,
use: [
// fallback to style-loader in development
process.env.NODE_ENV !== 'production' ? 'style-loader' : MiniCssExtractPlugin.loader,
"css-loader",
"sass-loader"
]
}]
},
plugins: [
new MiniCssExtractPlugin({
// Options similar to the same options in webpackOptions.output
// both options are optional
filename: "[name].css",
chunkFilename: "[id].css"
})
],
});
обычно вставляют script с помощью js, который уже занимается вставкой на страницу iframe и