We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bcc4c commit d87336bCopy full SHA for d87336b
example/webpack.config.js
@@ -64,6 +64,9 @@ module.exports = (env = {}) => {
64
{
65
loader: 'babel-loader',
66
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.
70
presets: ['@babel/preset-env']
71
}
72
0 commit comments