This commit is contained in:
2020-10-02 23:07:21 +00:00
parent 518668c688
commit 9622e4be44
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.61",
version: "8.0.0-alpha.62",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
};

View File

@@ -1,11 +1,11 @@
// webpack.config.js
module.exports = {
optimization: {
splitChunks: {
chunks: "all"
}
},
// optimization: {
// splitChunks: {
// chunks: "all"
// }
// },
rules: [
{
test: /\.s(c|a)ss$/,