Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 348 Bytes

webpack.config.md

File metadata and controls

11 lines (10 loc) · 348 Bytes

Add the following in a newly generated webpack.config.js

new CopyWebpackPlugin([
                { from: { glob: "examples/**" } },
                { from: { glob: "views/**" } },
                { from: { glob: "fonts/**" } },
                { from: { glob: "**/*.jpg" } },
                { from: { glob: "**/*.png" } },
            ]