Skip to content
Snippets Groups Projects
Commit 5f6400ea authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

don't use outputPath on file-loader

parent dd86058d
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
export default __webpack_public_path__ + "images/compendium_header.png";
\ No newline at end of file
......@@ -47,8 +47,7 @@ const config: Configuration = {
loader: "file-loader",
options: {
name: "[name].[ext]",
outputPath: "images/",
publicPath: "images/",
outputPath: "images/"
},
},
{
......@@ -76,6 +75,7 @@ const config: Configuration = {
},
output: {
path: path.resolve(__dirname, "..", "compendium_v2", "static"),
publicPath: '/static/',
filename: "bundle.js",
},
devServer: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment