Alexey
Alexey
It's would be really nice to have option to "upload" stats.json to project db, to avoid deploying static file to multiple servers. We have multiple servers and want to avoid...
__Feature to document__ Document invocation order for `addDependency` and `callback` __Author(s)__ __Additional information__ As a loader author i want to know can i execute `addDependency` after calling callback (`this.callback`) with...
I've tired to update model value after user stopped his input, but it seems working very strange. Here is a little demo http://jsbin.com/rulula/4/ When i wrap `onSet` callback into `_.debounce`...
There is a some locales, where Monday is the first day of the week. It would be great to have radio buttons somewhere, to switch data grouping. At that moment...
Подобная конструкция ```xml foo bar ``` Вызывает при сборке исключение ``` Compiling "template.xml" to "template.js"... >> Error: 3: i18n("foo >> 4: bar"); >> 5: >> At line 4: node has...
All 2xx codes would be treated as the success one
While i try to resolve path to `main` of module, `node` fail to do so. ```js require.resolve('swipebox'); ``` I believe it happens because of absolute path in `main`: main: '/src/js/jquery.swipebox.js'...
Loader should support [inline loaders](https://webpack.js.org/concepts/loaders/#inline) signature for assets, loaded via `static()`. ```nunjucks {{ static('style-loader!css-loader?modules!./styles.css') }} {{ static('!style-loader!css-loader?modules!./styles.css') }} {{ static('!!style-loader!css-loader?modules!./styles.css') }} {{ static('-!style-loader!css-loader?modules!./styles.css') }} ``` Same should work for resources...