diff options
author | madelinegr <mgriswold99@gmail.com> | 2019-03-09 19:43:39 -0500 |
---|---|---|
committer | madelinegr <mgriswold99@gmail.com> | 2019-03-09 19:43:39 -0500 |
commit | aa940317263f8425e4bebb2b155b6d5e8543a022 (patch) | |
tree | 2bdf674176eda3a42b214ea274926bc8dced4871 /webpack.config.js | |
parent | 604c79c214ac37059346139024aa199bb47cd877 (diff) | |
parent | 74f216770159ba405c0063f20a62769e48c89691 (diff) |
mer con
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 10 |
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: { |