Skip to content

Commit c7a3525

Browse files
fix typo
1 parent 75d49be commit c7a3525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ if (argv.userScript) {
167167
path: path.resolve(__dirname, 'dist'),
168168
filename: 'script/[name].js',
169169
};
170-
const vendor = argv.vender ? String(argv.vender) : undefined;
170+
const vendor = argv.vendor ? String(argv.vendor) : undefined;
171171
config.plugins.push(
172172
new CopyPlugin({
173173
patterns: [{ from: 'src/assets', to: 'assets' }],

0 commit comments

Comments
 (0)