0.5.7 • Published 7 years ago

json-loader v0.5.7

Weekly downloads
1,591,781
License
MIT
Repository
github
Last release
7 years ago

npm node deps tests coverage chat

npm install --save-dev json-loader

⚠️ Since webpack >= v2.0.0, importing of JSON files will work by default. You might still want to use this if you use a custom file extension. See the v1.0.0 -> v2.0.0 Migration Guide for more information

Inline

const json = require('json-loader!./file.json');

Configuration (recommended)

const json = require('./file.json');

webpack.config.js

module.exports = {
  module: {
    loaders: [
      {
        test: /\.json$/,
        loader: 'json-loader'
      }
    ]
  }
}
@commercetools-frontend/mc-scripts@christensena/react-scriptsmy.hubtags.comwwwdevtools@plarin/build-configs@plarintest/build-configsvk-ui_plugin-integrationsdashboard-access-libraryvk-ui_plugin-loginbankai-revolutions-cliflask_reactvirtual-antdelens-cliinput-month-polyfillbase-supportfoodzzz@omake/react-scriptsbm_scaffold_async_router_testcustom-react-scripts-with-modulesopinionated-react-scripts@monkey-widgets/monkey-accordion@cfchase/interactive-landscapeng-x-clipeach-clitzar-corealex-d.jssonnguyen-refinable-jsspactscanning-portal@dotedu/ivx-web-story-forge@cloudkite/nextcustom-angular-clisnapsitealiha-mixchoerodon-hap-front-boot@memoryai/frontend-config@monsenso/components@cvpcasada/nwb@kununu/react-universal-scripts@kununu/electrode-archetype-react-app-devcthpb-plugin-socialadmin-main-webappunova-node-contractskununu-electrode-archetype-react-app-dev@unovablockchain/unova-node-contractseasy-builderforkliftjsgulp-webpack-projectjust-bi-toolkitbling_webapp_components6pack-clineatoreact-scripts-in-publictealess-helperscc-pack@eaze/eaze-web-scripts@mapleinside/rendfirenpm.weblpp-databaselc-apmlemonitor-applicationindiciareact-scripts-by-featurereact-scripts-css-varsreact-scripts-cssm-hmrreact-scripts-pluggablereact-scripts-thtliife-modreact-storybook-scriptswebpack-independent@collaveinc/quasar-app-extension-workbench@collaveinc/workbench-nuxt-moduleskedulo-custom-forms@infinitebrahmanuniverse/nolb-json-l@chrismlee/reactcardsscirex-cligatsbyordinec@everything-registry/sub-chunk-1984tronic-plugin-jsonpiezogulp-mpa-buildergulp-contentful-mpa-buildergulp-task-webpackgulp-sys-assetsgulp-sys-metalsmithgulp-assets-pipeline@ken.zeng/app-scriptsnode-x-scripts@thatdev/lib-devopsmsg-odds-summary-femsg-odds-summary-fe-test-1next-contactdreijadsb-react-scriptseditor-uiegg-vue-webpack-deveros-clieros-ex-clierx-buildes-webpack
0.5.7

7 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4

8 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

10 years ago

0.5.0

11 years ago

0.2.0

12 years ago

0.1.8

12 years ago

0.1.7

12 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago