Skip to content

Commit

Permalink
Fixup the prettier ignore paths and run it"
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed May 22, 2023
1 parent 9701b7a commit 8658f07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions config/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/package.json
/node_modules
/lib
/dist
/docs
gulpfile.js
../package.json
../node_modules
../lib
../dist
../docs
2 changes: 1 addition & 1 deletion config/webpack.config.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const config = {
// Ignore native modules (sodium-native)
new webpack.IgnorePlugin({ resourceRegExp: /sodium-native/ }),
new NodePolyfillPlugin({
includeAliases: ["http", "https"] // others aren't needed
includeAliases: ['http', 'https'] // others aren't needed
}),
new webpack.ProvidePlugin({
Buffer: ['buffer', 'Buffer']
Expand Down

0 comments on commit 8658f07

Please sign in to comment.