File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ import {
33 setupI18n as setupI18nProd ,
44 formats as formatsProd ,
55 I18n as I18nProd
6- } from './dev.production.min' ;
6+ } from './dev.production.min.js ' ;
77
88import {
99 i18n as i18nDev ,
1010 setupI18n as setupI18nDev ,
1111 formats as formatsDev ,
1212 I18n as I18nDev
13- } from './dev.development' ;
13+ } from './dev.development.js ' ;
1414
1515export const i18n = process . env . NODE_ENV === 'production' ? i18nProd : i18nDev ;
1616export const setupI18n = process . env . NODE_ENV === 'production' ? setupI18nProd : setupI18nDev ;
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ import {
33 setupI18n as setupI18nProd ,
44 formats as formatsProd ,
55 I18n as I18nProd
6- } from './core.production.min' ;
6+ } from './core.production.min.js ' ;
77
88import {
99 i18n as i18nDev ,
1010 setupI18n as setupI18nDev ,
1111 formats as formatsDev ,
1212 I18n as I18nDev
13- } from './core.development' ;
13+ } from './core.development.js ' ;
1414
1515export const i18n = process . env . NODE_ENV === 'production' ? i18nProd : i18nDev ;
1616export const setupI18n = process . env . NODE_ENV === 'production' ? setupI18nProd : setupI18nDev ;
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " module"
3+ }
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " module"
3+ }
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " module"
3+ }
You can’t perform that action at this time.
0 commit comments