@emulsify/core 2.2.0 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,7 +30,7 @@ const SpriteLoaderPlugin = new _SpriteLoaderPlugin({
|
|
|
30
30
|
const ProgressPlugin = new webpack.ProgressPlugin();
|
|
31
31
|
|
|
32
32
|
// Glob pattern for markup files.
|
|
33
|
-
const componentFilesPattern = path.resolve(srcDir, '**/*.{twig,yml}');
|
|
33
|
+
const componentFilesPattern = path.resolve(srcDir, '**/*.{twig,component.yml}');
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
36
|
* Prepare list of twig files to copy to "compiled" directories.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@emulsify/core",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "Bundled tooling for Storybook development + Webpack Build",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"component library",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@babel/core": "^7.25.2",
|
|
50
50
|
"@babel/eslint-parser": "^7.25.1",
|
|
51
|
+
"@babel/preset-env": "^7.25.4",
|
|
51
52
|
"@emulsify/cli": "^1.11.0",
|
|
52
53
|
"@storybook/addon-a11y": "^8.3.0",
|
|
53
54
|
"@storybook/addon-actions": "^8.3.0",
|