riotjs-loader icon indicating copy to clipboard operation
riotjs-loader copied to clipboard

riotjs module loader for webpack

Results 15 riotjs-loader issues
Sort by recently updated
recently updated
newest added

hi , when will there be webpack 2 support? thank you

Is there any way to add a custom css parser using this loader? For example: ```JavaScript preLoaders: [ { test: /\.tag$/, exclude: /node_modules/, loader: 'riotjs-loader', query: { type: 'es6', style:...

Not sure if I should open this here or on Riot itself. Perhaps I'm also just doing it wrong :) Regardless, this code: ``` this.testing = { 'subObject': { 'this-doesnt-work':...

``` { value } { getText(this.text) } this.on("update", function(){ var d = new Date(); this.value = d.getFullYear() + "-" + (d.getMonth() + 1) + "-" + d.getDate(); }); this.text =...

Hi, I tried adding a route like this: ``` require('./name.tag'); riot.route('/fruit', function(name) { console.log('The list of fruits'); }) riot.route.start(true); ``` But it is not found ?

The current configuration for loaders does not work. I added an entry for riot tag loader.

Since I have sent a pull request [https://github.com/esnunes/riotjs-loader/pull/15](https://github.com/esnunes/riotjs-loader/pull/15) about compile external script file. But I still have a question. I need tell webpack our tag file dependency that external js...

Hi, how to combine this with server side rendering , please ?

This make it compile `` See also: [https://github.com/riot/riot/issues/507#issuecomment-158966012](https://github.com/riot/riot/issues/507#issuecomment-158966012) [http://webpack.github.io/docs/loaders.html#resourcepath](http://webpack.github.io/docs/loaders.html#resourcepath)