mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-07 22:13:56 -05:00
feat: copy PDFs from ./public/ folder to ./build/ on build
This commit is contained in:
@@ -52,7 +52,10 @@ module.exports = {
|
||||
filename: "styles.css",
|
||||
}),
|
||||
new CopyPlugin({
|
||||
patterns: [{ from: "./public/manifest.json", to: "manifest.json" }],
|
||||
patterns: [
|
||||
{ from: "./public/manifest.json", to: "manifest.json" },
|
||||
{ from: "./public/*.pdf", to: "[name][ext]" }
|
||||
],
|
||||
}),
|
||||
// new HtmlWebpackInlineSourcePlugin(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user