feat: remove web-env
This commit is contained in:
@@ -30,22 +30,22 @@ export default [
|
||||
},
|
||||
plugins: [dts()],
|
||||
},
|
||||
{
|
||||
input: 'src/web-env.ts',
|
||||
output: {
|
||||
file: 'dist/web-config.js',
|
||||
format: 'es',
|
||||
},
|
||||
plugins: [resolve({ browser: true }), commonjs(), typescript()],
|
||||
},
|
||||
{
|
||||
input: 'src/web-env.ts',
|
||||
output: {
|
||||
file: 'dist/web-config.d.ts',
|
||||
format: 'es',
|
||||
},
|
||||
plugins: [dts()],
|
||||
},
|
||||
// {
|
||||
// input: 'src/web-env.ts',
|
||||
// output: {
|
||||
// file: 'dist/web-config.js',
|
||||
// format: 'es',
|
||||
// },
|
||||
// plugins: [resolve({ browser: true }), commonjs(), typescript()],
|
||||
// },
|
||||
// {
|
||||
// input: 'src/web-env.ts',
|
||||
// output: {
|
||||
// file: 'dist/web-config.d.ts',
|
||||
// format: 'es',
|
||||
// },
|
||||
// plugins: [dts()],
|
||||
// },
|
||||
{
|
||||
input: 'src/page.ts',
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user