Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d0f3a0ed
Commit
d0f3a0ed
authored
Mar 04, 2022
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate storybook to Dart Sass and away from node-sass
parent
403729cb
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
98 additions
and
724 deletions
+98
-724
storybook/config/webpack.config.js
storybook/config/webpack.config.js
+2
-2
storybook/package.json
storybook/package.json
+1
-1
storybook/yarn.lock
storybook/yarn.lock
+95
-721
No files found.
storybook/config/webpack.config.js
View file @
d0f3a0ed
...
...
@@ -2,8 +2,8 @@
const
{
statSync
}
=
require
(
'
fs
'
);
const
path
=
require
(
'
path
'
);
const
sass
=
require
(
'
node-sass
'
);
// eslint-disable-line import/no-unresolved
const
{
buildIncludePaths
,
resolveGlobUrl
}
=
require
(
'
node-sass-magic-importer/dist/toolbox
'
);
// eslint-disable-line import/no-unresolved
const
sass
=
require
(
'
sass
'
);
const
{
buildIncludePaths
,
resolveGlobUrl
}
=
require
(
'
node-sass-magic-importer/dist/toolbox
'
);
const
webpack
=
require
(
'
webpack
'
);
const
IS_EE
=
require
(
'
../../config/helpers/is_ee_env
'
);
const
IS_JH
=
require
(
'
../../config/helpers/is_jh_env
'
);
...
...
storybook/package.json
View file @
d0f3a0ed
...
...
@@ -15,9 +15,9 @@
"@storybook/addon-essentials"
:
"^6.2.9"
,
"@storybook/vue"
:
"6.2.9"
,
"graphql-tag"
:
"^2.12.5"
,
"node-sass"
:
"^4.14.1"
,
"node-sass-magic-importer"
:
"^5.3.2"
,
"postcss-loader"
:
"3.0.0"
,
"sass"
:
"^1.49.9"
,
"sass-loader"
:
"^7.1.0"
,
"storybook-mirage"
:
"^0.0.4"
}
...
...
storybook/yarn.lock
View file @
d0f3a0ed
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment