Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
puncsky committed Dec 31, 2020
1 parent ee8e7ac commit 122513d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ module.exports = {
// options for resolving module requests
// (does not apply to resolving to loaders)
modules: ["node_modules", path.resolve(__dirname, "src")],
mainFields: ["browser", "main", "module"],
// directories where to look for modules
extensions: [".js", ".json", ".jsx", ".ts", ".tsx"],
// extensions that are used
Expand Down

0 comments on commit 122513d

Please sign in to comment.