Skip to content

Commit

Permalink
feat: rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
JeasonSun committed Mar 27, 2022
1 parent c5368e6 commit 670e66d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import path from 'path'
import ts from 'rollup-plugin-typescript2'
// import replace from '@rollup/plugin-replace'
import json from '@rollup/plugin-json'
import commonjs from '@rollup/plugin-commonjs'
import resolvePlugin from '@rollup/plugin-node-resolve'

console.log(process.env.TARGET);

Expand Down

0 comments on commit 670e66d

Please sign in to comment.