i18n-ini-loader
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -11,4 +11,5 @@ { | ||
"babel-preset-env": "^1.5.2", | ||
"i18n-ini-loader": "^0.1.0", | ||
"webpack": "^3.0.0" | ||
} | ||
} |
@@ -9,3 +9,3 @@ const babelLoader = { | ||
const i18nIniLoader = { | ||
loader: '../index.js', | ||
loader: 'i18n-ini-loader', | ||
options: { | ||
@@ -12,0 +12,0 @@ language: 'de' |
{ | ||
"name": "i18n-ini-loader", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Webpack I18n loader based on .ini files.", | ||
@@ -18,3 +18,13 @@ "main": "index.js", | ||
"loader-utils": "^1.1.0" | ||
} | ||
}, | ||
"devDependencies": {}, | ||
"scripts": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/MarkTiedemann/i18n-ini-loader.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/MarkTiedemann/i18n-ini-loader/issues" | ||
}, | ||
"homepage": "https://github.com/MarkTiedemann/i18n-ini-loader" | ||
} |
@@ -47,2 +47,7 @@ # i18n-ini-loader | ||
} | ||
// Note: Since the resulting output of the `i18n-ini-loader` | ||
// uses ES6 template strings and arrow functions (see below), | ||
// you may want to chain the `babel-loader` for ES5 support. | ||
// Check out the `/example` directory for an example config. | ||
``` | ||
@@ -61,3 +66,3 @@ | ||
`Component.js` | ||
`Welcome.jsx` | ||
```jsx | ||
@@ -64,0 +69,0 @@ import { welcome, niceDay } from './messages.ini' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4125
1
1
83
0