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 { export default {
version: "8.0.0-alpha.61", version: "8.0.0-alpha.62",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc." copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
}; };

View File

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