laravel-elixir-webpack-official
laravel-elixir-webpack-official copied to clipboard
I'm getting issue: ``` npm WARN addRemoteGit Error: Command failed: git config --get remote.origin.url npm WARN addRemoteGit npm WARN addRemoteGit at ChildProcess.exithandler (child_process.js:199:12) npm WARN addRemoteGit at emitTwo (events.js:106:13) npm...
If i run `webpack` command directly, the source map is generated properly with the original ES6 code. However, using `laravel-elixir-webpack-official` will have the source map babelled and showing ES5 code...
Hi! I can't figure out how to use a plugin in my gulpfile. As described in ElementUI, I need to add the following plugin: `new webpack.NormalModuleReplacementPlugin(/element-ui[\/\\]lib[\/\\]locale[\/\\]lang[\/\\]zh-CN/, 'element-ui/lib/locale/lang/en')` Any pointers? Thanks
I apologize if this is in the wrong place but, its as far as I got with it. I get this with default install of laravel 5.3 after I run...
Just noticed (quite recently…) that issuing `gulp --production` does not "clean up" my javascript files anymore. It does minification. But I get `console.logs` and "Vue is in dev mode" warning...
/home/surjit/TCL/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)"); ^ Error: Module '/home/surjit/TCL/node_modules/buble/dist/buble.umd.js' is not a loader (must have normal...
- Update link that points to Webpack's configuration docs to Webpack > Concepts > Config - Fixes dead ending on the deprecated Webpack v1 docs - https://github.com/JeffreyWay/laravel-elixir-webpack-official/issues/54 I followed the...
Thanks for the great Webpack extension! In the last paragraph of the [Step 2 Usage section of the README](https://github.com/JeffreyWay/laravel-elixir-webpack-official#step-2-usage), "factor its configuration" links to the deprecated webpack v1 docs -...
The `extract-text-webpack-plugin` has issues with earlier versions of webpack, and webpack v2.2.0 is stable. Last versions of `extract-text-webpack-plugin` can not be used with `laravel-elixir-webpack-official` now.
Laravel Echo dies, when using gulp, because of missing pusher-js. Even, if developer does not use pusher-js, but redis/socket duo, pusher-js must be installed. I am talking about line#684 in...