Skip to content

Commit

Permalink
Merge pull request #1 from niklashansson/dev
Browse files Browse the repository at this point in the history
Added modal functionalities
  • Loading branch information
niklashansson authored Oct 30, 2023
2 parents 44373de + 7fb8cca commit e308759
Show file tree
Hide file tree
Showing 12 changed files with 21,114 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const BUILD_DIRECTORY = 'dist';
const PRODUCTION = process.env.NODE_ENV === 'production';

// Config entrypoint files
const ENTRY_POINTS = ['src/index.ts'];
const ENTRY_POINTS = ['src/index.ts', 'src/modal.ts'];

// Config dev serving
const LIVE_RELOAD = !PRODUCTION;
Expand Down
205 changes: 204 additions & 1 deletion dist/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20,750 changes: 20,743 additions & 7 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit e308759

Please sign in to comment.