We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced9cd9 commit e5e0cbcCopy full SHA for e5e0cbc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "laravel-mix",
3
- "version": "1.0.0-beta.2",
+ "version": "1.0.0",
4
"description": "Laravel Mix is an elegant wrapper around Webpack for the 80% use case.",
5
"main": "src/index.js",
6
"scripts": {
src/config.js
@@ -220,6 +220,7 @@ module.exports = function () {
220
*/
221
extractVueStyles: false,
222
223
+
224
/**
225
* Uglify-specific settings for Webpack.
226
*
0 commit comments