Greg Bergé ef88fe5110 v4.0.0
2018-10-30 17:17:16 +01:00

24 lines
609 B
JSON

{
"name": "@loadable/webpack-plugin",
"description": "Webpack plugin for loadable (required for SSR).",
"version": "4.0.0",
"main": "lib/index.js",
"repository": "git@github.com:smooth-code/loadable-components.git",
"author": "Greg Bergé <berge.greg@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"loadable"
],
"engines": {
"node": ">=8"
},
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist",
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
"prepublishOnly": "yarn run build"
}
}