updates for v0.1.0, update some js packages

This commit is contained in:
sawka
2023-01-16 23:44:50 -08:00
parent 8a7a114671
commit daeef7a4d0
6 changed files with 519 additions and 407 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const merge = require('webpack-merge');
const common = require('./webpack.common.js');
const path = require('path');
const CopyPlugin = require("copy-webpack-plugin");
const VERSION = "v0.1.0";
const VERSION = "v0.1.1";
var merged = merge.merge(common, {
mode: "development",