Skip to content

Commit

Permalink
chore(deps-dev): Bump bili from 3.1.2 to 4.8.0 (egoist#34)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump bili from 3.1.2 to 4.8.0

Bumps [bili](https://github.com/egoist/bili) from 3.1.2 to 4.8.0.
- [Release notes](https://github.com/egoist/bili/releases)
- [Commits](egoist/bili@v3.1.2...v4.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* update bili config
  • Loading branch information
dependabot-preview[bot] authored and egoist committed Jun 26, 2019
1 parent 581fef6 commit e97007f
Show file tree
Hide file tree
Showing 3 changed files with 777 additions and 1,033 deletions.
18 changes: 18 additions & 0 deletions bili.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { Config } from 'bili'

const config: Config = {
input: 'src/index.js',
output: {
format: ['esm', 'umd'],
moduleName: 'VueMonaco',
fileName({ format }) {
if (format === 'esm') {
return 'vue-monaco.es.js'
}
return 'vue-monaco.js'
}
},
externals: ['monaco-editor']
}

export default config
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "npm run lint && echo 'no tests!'",
"lint": "xo",
"prepublishOnly": "npm run build",
"build": "bili --js buble --format umd,es --module-name VueMonaco --globals.monaco-editor monaco",
"build": "bili",
"example": "poi --serve",
"build:example": "poi --prod"
},
Expand All @@ -26,7 +26,7 @@
"nano-assign": "^1.0.0"
},
"devDependencies": {
"bili": "^3.1.2",
"bili": "^4.8.0",
"eslint-config-rem": "^3.0.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"poi": "^12.2.14",
Expand Down
Loading

0 comments on commit e97007f

Please sign in to comment.