UNPKG

dynamic-public-path

Version:

webpack plugin for loading chunks & dependencies with dynamic public path.

41 lines (40 loc) 1.21 kB
{ "name": "main-app-example", "scripts": { "build": "webpack --progress --profile --colors", "start": "webpack-dev-server --progress --profile --colors" }, "dependencies": { "node-sass": "^4.3.0", "react": "15.6.1", "react-dom": "15.4.2", "react-router": "^3.0.5", "sass-loader": "^6.0.2" }, "devDependencies": { "babel-core": "^6.23.1", "babel-jest": "^20.0.3", "babel-loader": "^7.1", "babel-plugin-transform-class-properties": "^6.22.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-es2015": "6.22.0", "babel-preset-react": "^6.23.0", "babel-runtime": "^6.22.0", "css-loader": "0.26.1", "eslint": "^4.3.0", "eslint-plugin-react": "^7.1.0", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^0.10.0", "html-webpack-plugin": "^2.26.0", "loglevel": "^1.4.1", "postcss-loader": "^1.2.2", "react-hot-loader": "^3.0.0-beta.6", "style-loader": "0.13.1", "url-loader": "0.5.7", "webpack": "^3.3.0", "webpack-cleanup-plugin": "^0.4.2", "webpack-dashboard": "^0.3.0", "webpack-dev-server": "^2.4.1" } }