Top "Webpack" questions

Webpack is a static module bundler for modern JavaScript applications.

How to import functions from different js file in a Vue+webpack+vue-loader project

(See end for why this is not a dupe of How do I include a JavaScript file in another JavaScript …

javascript module webpack vuejs2 vue-loader
What are differences between SystemJS and Webpack?

I'm creating my first Angular application and I would figure out what is the role of the module loaders. Why …

angular webpack systemjs node-modules
How can I use ES6 in webpack.config.js?

How to use ES6 in webpack.config ? Like this repo https://github.com/kriasoft/react-starter-kit does ? For instance: using this …

webpack
ERROR in Cannot find module 'babel-core'. using react.js, webpack, and express server

Whenever I run webpack in the terminal I get: Hash: efea76b1048c3a97b963 Version: webpack 1.12.13 Time: 33ms + 1 hidden …

javascript express reactjs webpack babeljs
How to debug Angular with VSCode?

How do I get configure Angular and VSCode so that my breakpoints work?

angular debugging webpack visual-studio-code
How to set favicon.ico properly on vue.js webpack project?

I have created a vue webpack project using vue-cli. vue init webpack myproject And then ran the project under dev …

html ecmascript-6 webpack vue.js favicon
How to allow for webpack-dev-server to allow entry points from react-router

I'm creating an app that uses webpack-dev-server in development alongside react-router. It seems that webpack-dev-server is built around the assumption …

javascript reactjs webpack react-router
Preset files are not allowed to export objects

I have a carousel file in which I want to get index.js and build block.build.js, so my …

reactjs webpack babeljs
Block-scoped declarations not yet supported outside strict mode

I'm running Laravel 5.4 on my Homestead vagrant box. I've installed all the npm dependencies with npm install command. That didn't …

node.js laravel webpack laravel-mix
ES6 import using at ('@') sign in path in a vue.js project using Webpack

I'm starting out a new vue.js project so I used the vue-cli tool to scaffold out a new webpack …

javascript webpack ecmascript-6 vue.js