Answers for "webpack module not found: error: can't resolve './src'"

4

webpack Module not found: Error: Can't resolve '../

resolve: {
    modules: [resolve(process.cwd(), 'src'), 'node_modules'],
    extensions: ['*', '.js', '.jsx', '.json'],
    symlinks: false,
    cacheWithContext: false
  }
Posted by: Guest on September-15-2020
-1

webpack Error can't resolve ./src

make shore that you write "webpack.config.js" and not "webpack-config.js"
Posted by: Guest on March-02-2021

Code answers related to "webpack module not found: error: can't resolve './src'"

Code answers related to "Javascript"

Browse Popular Code Answers by Language