This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
react-common
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Update rollup
Point entry to correct path.
tags/0.3.0
TheoryOfNekomata
4 years ago
parent
837084335d
commit
543755efc8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rollup.config.js
+ 1
- 1
rollup.config.js
View File
@@ -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,
Write
Preview
Loading…
Cancel
Save