aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorSam Wilkins <abdullah_ahmed@brown.edu>2019-03-09 21:50:07 -0500
committerSam Wilkins <abdullah_ahmed@brown.edu>2019-03-09 21:50:07 -0500
commitf9f0fd90791562c295f8d9b237596cbabb086b79 (patch)
tree4c355c2175a3f8f8aacf0218cc6e62ec1e0ed712 /webpack.config.js
parente673d4f70b8feb37dcd328440c019a49f8a22e88 (diff)
parent96eede5f7d1706a3f7ac6ee02a85bb3da217f467 (diff)
finalized workspace manipulation and merged with master
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: {