We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d49be commit c7a3525Copy full SHA for c7a3525
webpack.config.js
@@ -167,7 +167,7 @@ if (argv.userScript) {
167
path: path.resolve(__dirname, 'dist'),
168
filename: 'script/[name].js',
169
};
170
- const vendor = argv.vender ? String(argv.vender) : undefined;
+ const vendor = argv.vendor ? String(argv.vendor) : undefined;
171
config.plugins.push(
172
new CopyPlugin({
173
patterns: [{ from: 'src/assets', to: 'assets' }],
0 commit comments