Add doc build (#6009)

master
Alex Rattray 2019-03-25 09:44:22 -07:00 committed by GitHub
parent 0d0e88cfdf
commit 850493e424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -111,6 +111,13 @@ const coreBundles = [
target: "node",
external: [path.resolve("src/common/third-party.js")]
},
{
input: "src/doc/index.js",
name: "doc",
type: "core",
output: "doc.js",
target: "universal"
},
{
input: "standalone.js",
name: "prettier",