Skip to content

Commit

Permalink
fix: remove yarn.lock and audit modules
Browse files Browse the repository at this point in the history
  • Loading branch information
TonPC64 committed Oct 31, 2018
1 parent b041407 commit b2741fa
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 9,208 deletions.
4 changes: 2 additions & 2 deletions bili.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const vue = require('rollup-plugin-vue');

console.log(vue)
module.exports = {
outDir: 'public',
babel: {
Expand All @@ -8,5 +8,5 @@ module.exports = {
banner: true,
format: ['umd-min'],
css: true,
plugins: [vue({ css: true })]
plugins: [vue.default({ css: true })]
};
Loading

0 comments on commit b2741fa

Please sign in to comment.