Created
October 13, 2018 05:26
-
-
Save zindel/a012d6c373f281b04cb4282d22204bc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| node_modules/.bin/fpack serve \ | |
| --dev \ | |
| --mock path:path-browserify \ | |
| --preprocess='^src/.+\.js$' \ | |
| --preprocess='\.md$:raw-loader' \ | |
| --preprocess='\.(svg|png)$:url-loader' \ | |
| --preprocess='\.less$:style-loader!css-loader!less-loader?javascriptEnabled=true' \ | |
| --preprocess='\.css$:style-loader!css-loader?importLoaders=1!postcss-loader?path=postcss.config.js' \ | |
| --preprocess='\.(ttf|woff|woff2|eot)$:file-loader?name=static/media/[name].[hash:8].[ext]&publicPath=http://localhost:3000/' \ | |
| src/index.less \ | |
| src/shim.js \ | |
| src/index.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment