Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
feat: structural updates to various classes, new dist building
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhanadev committed Jun 23, 2021
1 parent deece16 commit 3fe492a
Show file tree
Hide file tree
Showing 17 changed files with 579 additions and 1,371 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_modules/
replit.nix
.replapirc.*
replapi.config.*
replapi-it--debug.log

# developer tests
tests/dev/
6 changes: 3 additions & 3 deletions .scripts/postbuild.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import replace from 'replace';

replace({
regex: 'lodash',
replacement: 'lodash-es',
paths: ['./dist/replapi-it.mjs'],
regex: 'lodash-es',
replacement: 'lodash',
paths: ['./dist/replapi-it.cjs'],
recursive: true,
silent: false,
});
Loading

0 comments on commit 3fe492a

Please sign in to comment.