Skip to content

Commit

Permalink
chore: testing lib with extracted CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed May 15, 2019
1 parent dc75246 commit 51fb0b4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1,610 deletions.
2 changes: 1 addition & 1 deletion bili.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
input: "src/lib.js",
output: {
moduleName: "Vue2Editor",
extractCSS: false,
// extractCSS: false,
format: ["esm", "umd", "cjs"],
fileName({ format }, defaultFileName) {
if (format === "esm") return "vue2-editor.esm.js";
Expand Down
Loading

0 comments on commit 51fb0b4

Please sign in to comment.