With HTML template like:
<script src="https://cdn.jsdelivr.net/npm/[email protected]/umd/react.production.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/umd/react-dom.production.min.js"></script>
And a webpack config including:
{
externals: {
react: 'React',
'react-dom': 'ReactDOM',
}
}
This plugin fails to work.
I'd like to dive into it a little, but with little knowledge about webpack I'm not sure I can find any valuable ideas.
With HTML template like:
And a webpack config including:
This plugin fails to work.
I'd like to dive into it a little, but with little knowledge about webpack I'm not sure I can find any valuable ideas.