HIRANO Satoshi, PhD

Results 41 comments of HIRANO Satoshi, PhD

@lpiepiora Thank you very much. searchResolveModulesDirectories works. ``` plugins: [ /* * Added for bower and Polymer */ new BowerWebpackPlugin({ searchResolveModulesDirectories: false }) ] ```

Thanks. Since I am using another library, I would like to close this issue.

Yes. webpack.base-typescript.js ``` loaders: [ /* * Typescript loader support for .ts * * See: https://github.com/s-panferov/awesome-typescript-loader */ { test: /\.ts$/, loader: 'awesome-typescript', exclude: [ helpers.root('node_modules'), helpers.root('bower_components'), helpers.root('config') ], query: {...

I see. Thanks. Actually I have come back to JSPM. Use of Polymer with Aurelia and Webpack has some issues.

@dpinart Thanks so much for taking much time. Actually, I have the same one for readonly. Are you going for production with aurelia-polymer? Have you had a site with the...

@dpinart Cool!! We are impressed. Congratulations. It's quality seems very high. I decided to go with aurelia-polymer. I have started playing with your dynamic template generation in #17. I need...

And, very good coloring.