1.0.5 • Published 8 months ago

@doop/esm-loader v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@Doop/ESM-Loader

Doop single-file component (SFC) loader for Node.

Use with the Doop ESM loader

  1. Install the ESM loader into your main project :
npm i --save @doop/esm-loader
  1. Modify your package.json file to add the following.

This config includes setup for Mocha and ESLint.

{
  "scripts": {
    "lint": "eslint --ext .doop --ext .js --ext .vue ."
  },
  "eslintConfig": {
    "extends": [
      "@momsfriendlydevco"
    ],
    "parserOptions": {
      "ecmaVersion": "latest"
    }
  },
  "mocha": {
    "node-option": [
      "loader=@doop/esm-loader",
      "no-warnings=ExperimentalWarning"
    ]
  }
}
1.0.5

8 months ago

1.0.4

12 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago