Skip to content

Commit

Permalink
Merge pull request #5 from lavyun/0.0.1-beta
Browse files Browse the repository at this point in the history
0.0.2
  • Loading branch information
lavyun authored Nov 13, 2019
2 parents 63f6b74 + 2c24ee2 commit 18511fc
Show file tree
Hide file tree
Showing 23 changed files with 16,239 additions and 16,355 deletions.
2 changes: 2 additions & 0 deletions build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const version = require('../package.json').version
const babel = require('rollup-plugin-babel')
const replace = require('rollup-plugin-replace')
const nodeResolve = require('rollup-plugin-node-resolve')
const json = require('rollup-plugin-json')

const resolve = p => {
return path.resolve(__dirname, p)
Expand Down Expand Up @@ -63,6 +64,7 @@ const genConfig = (name) => {
replace({
'__VERSION__': version
}),
json(),
babel({
exclude: 'node_modules/**',
runtimeHelpers: true,
Expand Down
Loading

0 comments on commit 18511fc

Please sign in to comment.