create-rsbuild 0.0.15 → 0.0.16

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # create-rsbuild
2
2
 
3
+ ## 0.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 9a52542: feat: add default meta configs and simplify the templates
8
+
3
9
  ## 0.0.15
4
10
 
5
11
  ## 0.0.14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rsbuild",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "Create a new Rsbuild project",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -3,7 +3,4 @@ import { pluginReact } from '@rsbuild/plugin-react';
3
3
 
4
4
  export default defineConfig({
5
5
  plugins: [pluginReact()],
6
- html: {
7
- template: './src/index.html',
8
- },
9
6
  });
@@ -3,7 +3,4 @@ import { pluginReact } from '@rsbuild/plugin-react';
3
3
 
4
4
  export default defineConfig({
5
5
  plugins: [pluginReact()],
6
- html: {
7
- template: './src/index.html',
8
- },
9
6
  });
@@ -3,7 +3,4 @@ import { pluginVue2 } from '@rsbuild/plugin-vue2';
3
3
 
4
4
  export default defineConfig({
5
5
  plugins: [pluginVue2()],
6
- html: {
7
- template: './src/index.html',
8
- },
9
6
  });
@@ -3,7 +3,4 @@ import { pluginVue2 } from '@rsbuild/plugin-vue2';
3
3
 
4
4
  export default defineConfig({
5
5
  plugins: [pluginVue2()],
6
- html: {
7
- template: './src/index.html',
8
- },
9
6
  });
@@ -3,7 +3,4 @@ import { pluginVue } from '@rsbuild/plugin-vue';
3
3
 
4
4
  export default defineConfig({
5
5
  plugins: [pluginVue()],
6
- html: {
7
- template: './src/index.html',
8
- },
9
6
  });
@@ -3,7 +3,4 @@ import { pluginVue } from '@rsbuild/plugin-vue';
3
3
 
4
4
  export default defineConfig({
5
5
  plugins: [pluginVue()],
6
- html: {
7
- template: './src/index.html',
8
- },
9
6
  });
@@ -1,10 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- </head>
7
- <body>
8
- <div id="root"></div>
9
- </body>
10
- </html>
@@ -1,10 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- </head>
7
- <body>
8
- <div id="root"></div>
9
- </body>
10
- </html>
@@ -1,10 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- </head>
7
- <body>
8
- <div id="root"></div>
9
- </body>
10
- </html>
@@ -1,10 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- </head>
7
- <body>
8
- <div id="root"></div>
9
- </body>
10
- </html>
@@ -1,10 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- </head>
7
- <body>
8
- <div id="root"></div>
9
- </body>
10
- </html>
@@ -1,10 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- </head>
7
- <body>
8
- <div id="root"></div>
9
- </body>
10
- </html>