Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 250 Bytes

webpack.config.md

File metadata and controls

10 lines (9 loc) · 250 Bytes

Add the settings.json in the webpack.config.js file

new CopyWebpackPlugin([
    { from: { glob: "settings.json"} }, // HERE
    { from: { glob: "fonts/**" } },
    { from: { glob: "**/*.jpg" } },
    { from: { glob: "**/*.png" } },
]