Skip to content

Commit 058e354

Browse files
committed
fix(build): add dist folder to npm
1 parent eeeac1b commit 058e354

File tree

7 files changed

+81737
-4
lines changed

7 files changed

+81737
-4
lines changed

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.DS_Store
2-
dist
32
tmp
43
node_modules
54
config.yml

Diff for: configurations/default/settings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
entries:
2-
- lib/index.js:dist/bundle.js
3-
- lib/index.css:dist/bundle.css
2+
- lib/index.js:dist/index.js
3+
- lib/index.css:dist/index.css

Diff for: dist/index.css

+2,414
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/index.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)