laravel-elixir-webpack-official
laravel-elixir-webpack-official copied to clipboard
Hi, I'm using this package on Laravel 5.2 and it's not generating source maps by default. I have to override configurations to get source maps. Is this an expected behavior?
In my project, I had to create my own `webpack.config.js` and do some tweaking to get things to work. Really wanted to get away with the default setup, but some...
``` \node_modules\laravel-elixir-webpack-official\node_modules\webpack\node_modules\loader-runner\lib\loadLoader.js:35 throw new Error("Module '" + loader.path + "' is not a loader (must have normal or pitch function)"); ``` The error appears when run `gulp`, `gulp watch`
Hi, I've been trying out webpack, however whenever I use gulp and I get the compiled app.js file, all of the included libraries including vue and the like are riddled...
I'm working with laravel latest version 5.3. I try to work with vuejs 2, but have a problem in installing packages using npm. Here my package.json: ``` { "private": true,...
npm ERR! Darwin 16.0.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "laravel-elixir-webpack-official" "--save-dev" npm ERR! node v4.6.1 npm ERR! npm v2.15.9 npm ERR! code EPEERINVALID npm ERR! peerinvalid The package [email protected]...
Here is my directory structure ``` public/source/js/apps/home/index.js public/source/js/components/authenticate/ public/source/js/vendor/ ``` I have a few different 'apps' that handle different sections of the site. I want to build reusable components that...