diff --git a/webpack/webpack.config.js b/webpack/webpack.config.js index 25c398e..c63018d 100644 --- a/webpack/webpack.config.js +++ b/webpack/webpack.config.js @@ -1,6 +1,11 @@ const path = require('path'); module.exports = { + resolve: { + fallback: { + "url": require.resolve("url/") + } + }, entry: './src/index.js', output: { filename: 'main.js',