Skip to content

Commit 22115d2

Browse files
committed
fix
1 parent 8c7ef85 commit 22115d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sites/postcss-preset-env/rollup.config.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ import terser from '@rollup/plugin-terser';
88
const production = !process.env.ROLLUP_WATCH;
99

1010
export default [
11-
// 'scripts',
11+
'scripts',
1212
'playground',
13-
// 'blog_calc_2023_02_21',
14-
// 'blog_color_parser_2023_03_27',
15-
// 'blog_color_mix_2023_03_27',
16-
// 'blog_relative_color_syntax_2023_05_22',
17-
// 'blog_relative_color_syntax_channel_values_2024_03_02',
13+
'blog_calc_2023_02_21',
14+
'blog_color_parser_2023_03_27',
15+
'blog_color_mix_2023_03_27',
16+
'blog_relative_color_syntax_2023_05_22',
17+
'blog_relative_color_syntax_channel_values_2024_03_02',
1818
].map(name => ({
1919
input: `src/static/js/${name}.js`,
2020
output: [

0 commit comments

Comments
 (0)