Skip to content

Commit

Permalink
Fix loading of assets
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Mar 4, 2024
1 parent 17b8596 commit 0a6404d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/nav/web/static/js/webpack.sass.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const config = {
output: {
path: path.join(__dirname, '../css'),
clean: true,
chunkLoading: 'async-node',
},
devServer: {
open: true,
Expand All @@ -38,7 +37,7 @@ const config = {
},
{
test: /\.(eot|svg|ttf|woff|woff2|png|jpg|gif)$/i,
type: 'asset/inline',
type: 'asset'
},
],
},
Expand Down

0 comments on commit 0a6404d

Please sign in to comment.