aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authormadelinegr <mgriswold99@gmail.com>2019-03-09 19:43:39 -0500
committermadelinegr <mgriswold99@gmail.com>2019-03-09 19:43:39 -0500
commitaa940317263f8425e4bebb2b155b6d5e8543a022 (patch)
tree2bdf674176eda3a42b214ea274926bc8dced4871 /webpack.config.js
parent604c79c214ac37059346139024aa199bb47cd877 (diff)
parent74f216770159ba405c0063f20a62769e48c89691 (diff)
mer con
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 900802d7d..815e2b477 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -46,6 +46,14 @@ module.exports = {
]
},
{
+ test: /\.(jpg|png|pdf)$/,
+ use: [
+ {
+ loader: 'file-loader'
+ }
+ ]
+ },
+ {
test: /\.(png|jpg|gif)$/i,
use: [
{
@@ -67,7 +75,7 @@ module.exports = {
compress: false,
host: "localhost",
contentBase: path.join(__dirname, 'deploy'),
- port: 1050,
+ port: 1234,
hot: true,
https: false,
overlay: {