diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2018-10-18 12:44:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 12:44:36 +0200 |
commit | 0a91009c97ff8b28822c1b20e7568bddfdb43e7e (patch) | |
tree | e07b97177749e6401a5b70f3a08b7c53b8d96b0d /webpack.config.js | |
parent | 1afb32f103bb7ebbc9ffa678ac6f5948a5ec54b1 (diff) | |
parent | 5cb309a9bb3481534b353cb50c707a64b4155c00 (diff) | |
download | Luxcena-Neo-0a91009c97ff8b28822c1b20e7568bddfdb43e7e.tar.gz Luxcena-Neo-0a91009c97ff8b28822c1b20e7568bddfdb43e7e.zip |
:construction: Work on installer and start on implementing LED control
:construction: Work on installer and start on implementing LED control
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 4 |
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: { |