Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
0680440
feat: remove storybook-html in favor of storybook-react v9.x
Jun 10, 2025
3d3518f
feat: install vite and dependencies
cienvaras Jun 29, 2025
4040960
feat: update storybook configuration
cienvaras Jun 30, 2025
60dbdcc
feat: remove all webpack specific plugins but leave the config files …
Sep 10, 2025
ab7efbd
feat: port file compilation logic from webpack and split up config
Sep 11, 2025
b255a4d
chore: version bump
Sep 11, 2025
4b167b5
feat: enable vite watching and refactor the entry array being passed …
Sep 12, 2025
89cd952
chore: remove eslint-disable flag
Sep 12, 2025
fdcb146
feat: configure compilation logic for JS/CSS file locations
Sep 15, 2025
602bd8a
feat: copy srcmaps to compiled folders
Sep 15, 2025
eb6b2bc
feat: copy srcmaps to compiled folders
Sep 15, 2025
918ef9d
feat: jsdoc standards for entries.js
Sep 15, 2025
4c25bb6
chore: cleanup unused packages
Sep 15, 2025
e6c6983
chore: prettier format changes
Sep 15, 2025
beb3b1f
Merge pull request #208 from emulsify-ds/feat-split-plugin-entries-en…
callinmullaney Sep 15, 2025
c62331d
fix: vite integration issues fix
cienvaras Sep 29, 2025
ec62bdb
chore: dependency updates
Oct 1, 2025
fc6316a
feat: ensure static assets are copied over with compiled assets
Oct 2, 2025
a7509d5
chore: eslint fixes for entries
Oct 2, 2025
e3ea68b
chore: eslint fixes for environment
Oct 2, 2025
858d2fb
chore: eslint fixes for plugins
Oct 2, 2025
7fb24e3
chore: eslint fixes for plugins
Oct 2, 2025
40d4a84
feat: add sass glob importer support
Oct 2, 2025
91cb110
feat: account for structureImplementations when compiling files for l…
Oct 3, 2025
ff75a72
feat: account for structureImplementations when compiling files for l…
Oct 3, 2025
8945833
chore: lint fixes
Oct 3, 2025
dcf8a68
chore: lint fixes
Oct 3, 2025
e07bb85
feat: change legacy reference to structure overrides
Oct 3, 2025
592ae21
feat: move svgsprite plugin to baseplugins
Oct 3, 2025
b3ebff0
chore: restore legacy emulsify compiling structure
Oct 3, 2025
0aa365d
feat: allow for plugin and vite.config extension per project
Oct 3, 2025
89ef589
feat: better code commenting for vite.config.js
Oct 3, 2025
2bbd0ae
Merge pull request #220 from emulsify-ds/emulsify-537
callinmullaney Oct 3, 2025
7a8bf21
chore: remove webpack references
Oct 28, 2025
2f67c22
feat: add twig polyfils for storybook configuration
Oct 29, 2025
9f79d9f
feat: preverve dir structure when assets are copied to dist
Dec 1, 2025
18c58fe
feat: add relativizr plugin for url() processed in scss
Dec 1, 2025
ca579a4
fix: patch broken svg attributes that contain a colon
Dec 1, 2025
6e10130
chore: remove console log
Dec 1, 2025
9ff70e5
feat: properly merge vite config so non-js files are loaded properly …
Dec 2, 2025
4e5a515
chore: update storybook to v10
cienvaras Dec 9, 2025
3fd6727
chore: refine code comments for central storybook config
Apr 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .storybook/emulsifyTheme.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Documentation on theming Storybook: https://storybook.js.org/docs/configurations/theming/
import { create } from '@storybook/theming';
import { create } from 'storybook/theming';

export default create({
base: 'dark',
Expand Down
Loading