Skip to content

Commit

Permalink
fix: remove loader from rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 13, 2021
1 parent 965c83c commit b3f2144
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions core/store/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { config } from '../../rollup-config';

export default config({
input: [
'./src/index.ts',
'./src/live_store.ts',
'./src/static_store.ts',
'./src/webpack/loader.ts',
],
input: ['./src/index.ts', './src/live_store.ts', './src/static_store.ts'],
});

0 comments on commit b3f2144

Please sign in to comment.