Top "Webpack" questions

Webpack is a static module bundler for modern JavaScript applications.

Webpack "OTS parsing error" loading fonts

My webpack config specifies that fonts should be loaded using url-loader, and when I try to view the page using …

css fonts webpack webpack-style-loader
Add Favicon with React and Webpack

I am attempting to add a favicon to a React-based website that I made using webpack. It has been a …

javascript node.js reactjs webpack favicon
How to disable ESLint in vue-cli?

How do I go about disabling ESlint in project generated with vue-cli? preLoaders: [ { test: /\.vue$/, loader: 'eslint', include: projectRoot, exclude: /…

javascript webpack vue.js vue-cli
What does "The code generator has deoptimised the styling of [some file] as it exceeds the max of "100KB"" mean?

I added a new npm package to my project and require it in one of my modules. Now I get …

webpack babeljs
TypeError: this.getOptions is not a function

I am facing a weird error when I installed Bootstrap. The error is below. I tried uninstalling less-loader and installing …

vue.js webpack sass-loader
angular-cli where is webpack.config.js file - new angular6 does not support ng eject

UPDATE: December 2018 (see 'Aniket' answer) With Angular CLI 6 you need to use builders as ng eject is deprecated and will …

angular webpack angular-cli
How to Install Font Awesome in Laravel Mix

I've tried to install Font Awesome using Laravel Mix but when executing run npm dev I get the following message: …

php laravel laravel-5 webpack laravel-mix
Webpack 4 - create vendor chunk

In a webpack 3 configuration I would use the code below to create separate vendor.js chunk: entry: { client: ['./client.…

node.js webpack code-splitting webpack-4
How to use a jQuery plugin inside Vue

I'm building a web application inside VueJS but I encounter a problem. I want to use a jQuery extension (cropit …

jquery jquery-plugins webpack vue.js
How can I go back/route-back on vue-router?

Ok, to explain this simply: I have 3x pages. Page 1 (Home) Page 2 (Menu) Page 3 (About) Page 1 has a- <router-link …

javascript webpack vue.js vuejs2 vue-router