-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commits: [6c232b9] More WebPack 4 wip [c4369c3] Attempt to remove lodash [ce53aad] Packages cleanup [155124d] Better enqueue for scripts [7b2cd68] Upgraded to webpack 4 + assets performance
- Loading branch information
Showing
37 changed files
with
18,937 additions
and
35,290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"plugins": [ "lodash" ], | ||
"presets": [ "@wordpress/default" ] | ||
"presets": [ ["@wordpress/default", { "modules": true } ] ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
useTabs: true | ||
tabWidth: 4 | ||
printWidth: 80 | ||
singleQuote: true | ||
trailingComma: es5 | ||
bracketSpacing: true | ||
parenSpacing: true | ||
jsxBracketSameLine: false | ||
semi: true | ||
arrowParens: always |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"path": "./dist/js/*.js", | ||
"maxSize": "300 kB" | ||
}, | ||
{ | ||
"path": "./dist/js/*frontend*.js", | ||
"maxSize": "130 kB" | ||
}, | ||
{ | ||
"path": "./dist/css/*.css", | ||
"maxSize": "100kB" | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.