Questions tagged [webpack-3.6]

For questions about the 3.6 version of webpack. Use this tag in combination with the general [webpack] tag. If your question applies to webpack more generally, use only the [webpack] tag.

2 questions
1
vote
1 answer

Preventing Caching in webpack 3.6

We are currently using webpack 3.6 to build our angular 5 application. However, the way we have our webpack.config.js file, it generates files with the same names always (e.g. main.js). We'd like to have these be uniquely named to prevent…
Marshall Tigerus
  • 3,675
  • 10
  • 37
  • 67
0
votes
0 answers

How to remove babel-loader from React application?

I want to remove babel-loader from my React application. I'm trying to do is completely remove Babel from my project but I'm facing these issues: ERROR in ./index.js Module parse failed: Unexpected token (18:4) You may need an appropriate loader to…
sivasakthi
  • 101
  • 6