rename hego to doric

This commit is contained in:
pengfei.zhou
2019-07-19 10:27:09 +08:00
parent 6bcc9ffe49
commit 51c8924c2a
48 changed files with 340 additions and 424 deletions

View File

@@ -7,9 +7,9 @@ export default [
{
input: "build/index.runtime.js",
output: {
name: "hego",
name: "doric",
format: "iife",
file: "bundle/hego-sandbox.js",
file: "bundle/doric-sandbox.js",
},
sourceMap: true,
plugins: [
@@ -21,7 +21,7 @@ export default [
input: "build/index.js",
output: {
format: "cjs",
file: "bundle/hego-lib.js",
file: "bundle/doric-lib.js",
},
sourceMap: true,
plugins: [