79681519

Date: 2025-06-27 07:04:45
Score: 1
Natty:
Report link

1.Update ../common/index.js:

export const defaultData = {

    /*  your code  */

}

2.Ensure package.json in ../common/ includes:

{
    "type" : "module"
}

3.Then in your Vite project, you can import like this:

import {defaultData} from 'common';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: William Moore