Skip to content

Commit e5e0cbc

Browse files
committed
v1.0.0
1 parent ced9cd9 commit e5e0cbc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-mix",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0",
44
"description": "Laravel Mix is an elegant wrapper around Webpack for the 80% use case.",
55
"main": "src/index.js",
66
"scripts": {

src/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ module.exports = function () {
220220
*/
221221
extractVueStyles: false,
222222

223+
223224
/**
224225
* Uglify-specific settings for Webpack.
225226
*

0 commit comments

Comments
 (0)