UNPKG

tff-tailor

Version:

tailor for toursforfun frontend

110 lines (109 loc) 2.66 kB
{ "cache": true, "input": { "path": "src", "entry": { "prefix": "index", "ext": "js", "include": {}, "group": {} }, "js": { "ext": ["js"] }, "style": { "ext": ["css", "less"] }, "html": { "ext": ["html"] }, "image": { "ext": ["jpg", "jpeg", "png", "gif", "ico", "bmp", "svg"] }, "file": { "ext": ["eof", "woff", "woff2", "eot", "ttf"] } }, "output": { "useHash": false, "hashLen": 6, "path": "dest", "publicPath": "//static.tff.com", "libraryTarget": "umd", "library": "TAILOR_LIB_[name]", "js": { "path": "assets" }, "html": { "path": "views", "optm": true, "ext": "blade.php" }, "style": { "path": "assets", "extract": true, "optm": true }, "image": { "path": "assets", "optm": false }, "file": { "path": "assets" } }, "resolve": { "alias": { }, "modules": [], "extensions": [] }, "resolveLoader": { "modules": [], "extensions": [] }, "vars": { "process.env.NODE_ENV": "production" }, "externals": {}, "providers": {}, "entry": {}, "server": { "port": 8080, "host": "localhost", "devServer": { "noInfo": false, "quiet": false, "clientLogLevel": "info", "disableHostCheck": true, "hot": true, "hotOnly": true, "lazy": false, "watchOptions": { "ignored": ["node_modules"], "aggregateTimeout": 300, "poll": 1000 }, "overlay": { "warnings": false, "error": true }, "headers": { "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Credentials": true, "Access-Control-Allow-Headers": "*", "Access-Control-Allow-Methods": "*", "Accept": "*/*" }, "stats": { "children": false, "publicPath": true, "errors": true, "colors": true, "chunks": false, "chunkModules": false } } }, "devtool": "cheap-source-map" }