Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore(ssr): fix example build
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Aug 19, 2019
1 parent 22f34fc commit 7dedf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server-side-rendering/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = [
},
{
mode: 'development',
entry: ['babel-polyfill', './src/browser.js'],
entry: ['@babel/polyfill', './src/browser.js'],
output: {
path: path.join(__dirname, 'dist/assets'),
publicPath: '/',
Expand Down

0 comments on commit 7dedf5d

Please sign in to comment.