ソースを参照

Update rollup

Point entry to correct path.
tags/0.3.0
コミット
543755efc8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      rollup.config.js

+ 1
- 1
rollup.config.js ファイルの表示

@@ -4,7 +4,7 @@ import typescript from '@rollup/plugin-typescript'

import pkg from './package.json'

const ENTRY_POINT = './index.ts'
const ENTRY_POINT = './lib/index.ts'

export default {
input: ENTRY_POINT,


読み込み中…
キャンセル
保存