@plumeria/compiler 0.8.8 → 0.8.9

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.
Files changed (2) hide show
  1. package/dist/index.js +6 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -91,7 +91,12 @@ async function getAppRoot() {
91
91
  await cleanUp();
92
92
  const appRoot = await getAppRoot();
93
93
  const files = await fg([path.join(appRoot, '**/*.{js,jsx,ts,tsx}')], {
94
- ignore: ['**/node_modules/**', '**/dist/**', '**/.next/**'],
94
+ ignore: [
95
+ '**/node_modules/**',
96
+ '**/dist/**',
97
+ '**/build/**',
98
+ '**/.next/**',
99
+ ],
95
100
  });
96
101
  const styleFiles = files.filter(isCSS).sort();
97
102
  for (let i = 0; i < styleFiles.length; i++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/compiler",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "description": "A faster compiler for Plumeria",
5
5
  "keywords": [
6
6
  "css",