File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2626 "name" : " Krystan HuffMenne" ,
27272828 },
29- "type" : " module" ,
3029 "exports" : {
31- "." : {
32- "import" : " ./dist/prettier-plugin-ember-template-tag.js" ,
33- "require" : " ./dist/prettier-plugin-ember-template-tag.cjs"
34- }
30+ "." : " ./dist/prettier-plugin-ember-template-tag.js"
3531 },
3632 "scripts" : {
3733 "build" : " tsc && vite build" ,
Original file line number Diff line number Diff line change 88 "sourceMap" : true ,
99 "resolveJsonModule" : true ,
1010 "isolatedModules" : true ,
11- "verbatimModuleSyntax" : true ,
11+ // "verbatimModuleSyntax": true,
1212 "noEmit" : true ,
1313
1414 "paths" : {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default defineConfig({
1313 } ,
1414 lib : {
1515 entry : 'src/main.ts' ,
16- formats : [ 'es' , ' cjs'] ,
16+ formats : [ 'cjs' ] ,
1717 } ,
1818 minify : false ,
1919 } ,
You can’t perform that action at this time.
0 commit comments