0.2.3 • Published 10 months ago

@best-shot/json-schema-ref-loader v0.2.3

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

@best-shot/json-schema-ref-loader

json-schema-ref-parser for webpack.

npm github node

Installation

npm install @best-shot/json-schema-ref-loader --save-dev

Usage

// example: webpack.config.cjs
module.exports = {
  module: {
    rules: [
      {
        test: /\.(ya?ml|json)$/,
        type: 'asset/resource',
        loader: '@best-shot/json-schema-ref-loader'
      },
      {
        test: /\.ya?ml$/,
        loader: 'yaml-loader'
      }
    ]
  }
};
0.2.3

10 months ago

0.2.2

10 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.6

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.5

2 years ago

0.0.0

2 years ago