aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 32aa33a..8d838a4 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -9,8 +9,10 @@ module.exports = {
filename: "bundle.js"
},
resolve: {
+ extensions: ['.js', '.css', '.scss'],
alias: {
- "node_modules": path.join(__dirname, "node_modules")
+ "fontawesome": path.join(__dirname, "/node_modules/@fortawesome/fontawesome-free/js/all.min.js"),
+ "node_modules": path.join(__dirname, "/node_modules")
}
},
module: {