Skip to content

Commit d87336b

Browse files
committed
comment
1 parent 50bcc4c commit d87336b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: example/webpack.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ module.exports = (env = {}) => {
6464
{
6565
loader: 'babel-loader',
6666
options: {
67+
// use yarn build-example --env.noMinimize to verify that
68+
// babel is properly applied to all js code, including the
69+
// render function compiled from SFC templates.
6770
presets: ['@babel/preset-env']
6871
}
6972
}

0 commit comments

Comments
 (0)