Skip to content

Commit 0c877f6

Browse files
committed
【fix】update webpack.config.classic.js
1 parent 123531b commit 0c877f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.config.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
moduleRules.push({
3232
test: /\.js/,
3333
loader: 'babel-loader',
34-
query: {
34+
options: {
3535
presets: ['@babel/preset-env']
3636
}
3737
});

0 commit comments

Comments
 (0)