We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7ef85 commit 22115d2Copy full SHA for 22115d2
sites/postcss-preset-env/rollup.config.mjs
@@ -8,13 +8,13 @@ import terser from '@rollup/plugin-terser';
8
const production = !process.env.ROLLUP_WATCH;
9
10
export default [
11
- // 'scripts',
+ 'scripts',
12
'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',
+ 'blog_calc_2023_02_21',
+ 'blog_color_parser_2023_03_27',
+ 'blog_color_mix_2023_03_27',
+ 'blog_relative_color_syntax_2023_05_22',
+ 'blog_relative_color_syntax_channel_values_2024_03_02',
18
].map(name => ({
19
input: `src/static/js/${name}.js`,
20
output: [
0 commit comments