From 1f6f9b0bb7ddbf956684d47d583122ce267257cf Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Wed, 10 Jan 2018 21:03:24 -0600 Subject: [PATCH] No need to use /assets/ --- packages/gallery/src/index.html | 4 ++-- packages/gallery/webpack.config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gallery/src/index.html b/packages/gallery/src/index.html index 2d741a8..c614c52 100644 --- a/packages/gallery/src/index.html +++ b/packages/gallery/src/index.html @@ -2,9 +2,9 @@ - + - + diff --git a/packages/gallery/webpack.config.js b/packages/gallery/webpack.config.js index 3c2a22a..292e629 100644 --- a/packages/gallery/webpack.config.js +++ b/packages/gallery/webpack.config.js @@ -11,7 +11,7 @@ module.exports = { output: { path: path.resolve(__dirname, './dist'), filename: '[name].bundle.js', - publicPath: '/assets' + publicPath: '/' }, devServer: { contentBase: path.resolve(__dirname, './src'),