mirror of
https://github.com/assenzostefano/Apexie-Website.git
synced 2025-02-18 01:00:39 +01:00
Alright, some little changes
This commit is contained in:
parent
128bf08aaa
commit
bb0f6f59a2
@ -40,9 +40,10 @@ module.exports = {
|
||||
plugins: [
|
||||
new CopyPlugin({
|
||||
patterns: [
|
||||
{ from: "src/index.html", to: "dist/index.html" },
|
||||
{ from: "src/manifest.json", to: "dist/manifest.json" },
|
||||
{ from: "src/assets", to: "dist/assets" }
|
||||
{ from: "src/index.html", to: "index.html" },
|
||||
{ from: "src/manifest.json", to: "manifest.json" },
|
||||
{ from: "src/CNAME", to: "CNAME" },
|
||||
{ from: "src/assets", to: "assets" }
|
||||
]
|
||||
}),
|
||||
new CleanWebpackPlugin()
|
||||
|
Loading…
x
Reference in New Issue
Block a user