chore: add and configure poi

This commit is contained in:
2018-09-08 16:22:45 -07:00
parent 0414e1aae6
commit 5e47f71f31
5 changed files with 3810 additions and 74 deletions

View File

@@ -0,0 +1,8 @@
/* eslint global-require: 0 */
const path = require('path');
module.exports = {
entry: path.resolve(__dirname, 'src/index.mjs'),
outDir: 'dist',
plugins: [require('@poi/plugin-vue-static')()],
};