Skip to content

Commit

Permalink
Add doc build (prettier#6009)
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrayalex authored Mar 25, 2019
1 parent 0d0e88c commit 850493e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 850493e

Please sign in to comment.