diff --git a/index.html b/index.html index fc66b57..629c711 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,6 @@ - + - \ No newline at end of file + diff --git a/webpack.config.js b/webpack.config.js index 3457710..4dbb50c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -60,7 +60,11 @@ module.exports = function(env, argv) { }, devtool: 'source-map', devServer: { - port: 5650 + port: 5650, + static: { + directory: path.join(__dirname, 'models'), + publicPath: '/models', + }, }, }; };