-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dependencies): update package dependencies and related fixes
- Loading branch information
1 parent
4dd7e0b
commit 18b77b1
Showing
11 changed files
with
10,129 additions
and
28,340 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
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,22 @@ | ||
module.exports = { | ||
appUrl: process.env.BETA ? '/preview/application-pipeline' : '/application-pipeline', | ||
debug: true, | ||
useProxy: true, | ||
proxyVerbose: true, | ||
/** | ||
* Change accordingly to your appname in package.json. | ||
* The `sassPrefix` attribute is only required if your `appname` includes the dash `-` characters. | ||
* If the dash character is present, you will have add a camelCase version of it to the sassPrefix. | ||
* If it does not contain the dash character, remove this configuration. | ||
*/ | ||
sassPrefix: '.hacCore, .hacDev', | ||
/** | ||
* Change to false after your app is registered in configuration files | ||
*/ | ||
interceptChromeConfig: false, | ||
/** | ||
* Add additional webpack plugins | ||
*/ | ||
plugins: [], | ||
_unstableHotReload: process.env.HOT === 'true', | ||
}; |
Oops, something went wrong.