File tree Expand file tree Collapse file tree 3 files changed +2197
-4265
lines changed
Expand file tree Collapse file tree 3 files changed +2197
-4265
lines changed Original file line number Diff line number Diff line change 1818 "lint" : " xo" ,
1919 "prepublish" : " npm run build" ,
2020 "build" : " npm run build:umd && npm run build:cjs" ,
21- "build:umd" : " bili --format umd,umdCompress --env.NODE_ENV production --module-name PrismComponent" ,
22- "build:cjs" : " bili --format cjs"
21+ "build:umd" : " bili --file-name \" vue-prism-component[min].js \" -- format umd --format umd-min -- env.NODE_ENV production --module-name PrismComponent --external prismjs " ,
22+ "build:cjs" : " bili --file-name \" vue-prism-component.common.js \" -- format cjs"
2323 },
2424 "author" : " egoist <0x142857@gmail.com>" ,
2525 "license" : " MIT" ,
2626 "dependencies" : {},
2727 "devDependencies" : {
28- "bili" : " ^0.17.3 " ,
28+ "bili" : " ^4.9.0 " ,
2929 "eslint-config-rem" : " ^3.0.0" ,
30- "poi" : " ^9.1.2" ,
3130 "prismjs" : " ^1.6.0" ,
3231 "xo" : " ^0.18.0"
3332 },
3635 "ignores" : [
3736 " example/**"
3837 ],
39- "globals" : [
40- " Prism"
41- ],
4238 "rules" : {
4339 "import/prefer-default-export" : 0
4440 }
45- },
46- "poi" : {
47- "entry" : " example/index.js" ,
48- "dist" : " example/dist"
4941 }
5042}
Original file line number Diff line number Diff line change 1+ import Prism from 'prismjs'
12import { assign } from './utils'
23
34export default {
You can’t perform that action at this time.
0 commit comments