You've already forked adminkit
mirror of
https://github.com/adminkit/adminkit.git
synced 2026-04-05 12:32:52 +01:00
Rename /examples folder to /static
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3
-3
@@ -53,10 +53,10 @@ module.exports = {
|
||||
}),
|
||||
// Speed up webpack build
|
||||
new HardSourceWebpackPlugin(),
|
||||
// Copy dist folder to examples
|
||||
// Copy dist folder to static
|
||||
new FileManagerPlugin({
|
||||
onEnd: {
|
||||
copy: [{ source: "./dist/**/*", destination: "./examples" }]
|
||||
copy: [{ source: "./dist/**/*", destination: "./static" }]
|
||||
}
|
||||
})
|
||||
],
|
||||
@@ -116,7 +116,7 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
devServer: {
|
||||
contentBase: Path.join(__dirname, "examples"),
|
||||
contentBase: Path.join(__dirname, "static"),
|
||||
compress: true,
|
||||
port: 8080,
|
||||
open: true
|
||||
|
||||
Reference in New Issue
Block a user