Skip to content

Commit

Permalink
#23 move assets to static folder
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed Apr 7, 2021
1 parent da5aca4 commit 34b2e68
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ module.exports = {
new MiniCssExtractPlugin({ filename: "css/[name].css" }),
// copy static assets
new CopyWebpackPlugin({
patterns: [{ from: "src/assets", to: "assets" }],
patterns: [{ from: "static/assets", to: "assets" }],
}),
// plugin to enable browser reloading in development mode
extensionReloaderPlugin,
Expand Down

0 comments on commit 34b2e68

Please sign in to comment.