Skip to content

Commit

Permalink
Set type: module in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Quetzacoalt91 committed Jan 3, 2024
1 parent 08f6cae commit c2ad049
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions _dev/apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "marketing-with-google-ui",
"version": "1.4.4",
"private": true,
"type": "module",
"engines": {
"pnpm": ">=7.14.2",
"node": ">=20",
Expand Down
6 changes: 3 additions & 3 deletions _dev/apps/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vite';
import vue from "@vitejs/plugin-vue";
import path from 'path';
import cssInjectedByJsPlugin from 'vite-plugin-css-injected-by-js';
import VitePluginReactRemoveAttributes from 'vite-plugin-react-remove-attributes';
//import VitePluginReactRemoveAttributes from 'vite-plugin-react-remove-attributes';

// https://vitejs.dev/config/
export default defineConfig(({ mode }) => ({
Expand All @@ -18,9 +18,9 @@ export default defineConfig(({ mode }) => ({
}
}),
cssInjectedByJsPlugin(),
VitePluginReactRemoveAttributes({
/*VitePluginReactRemoveAttributes({
attributes: ['data-test-id'],
}),
}),*/
{
name: 'asset-path-fixer',
enforce: 'post',
Expand Down

0 comments on commit c2ad049

Please sign in to comment.