EthianWong

Results 3 issues of EthianWong

Can't throw error if i use a error password ``` javascript var mssql_config = { user: 'test_dba', password: 'xxxxxx', server: 'xxx.xxx.xxx.xx', // You can use 'localhost\\instance' to connect to named...

Now microbundle is use `exclude: 'node_modules/**'` to create babel config, I think it's reasonable when not inline dependencies. But if use inline dependencies... this options maybe is weird? ```typescript //...

If i define layout_1.hbs and layout_2.hbs then in partials.hbs i want ot controller use layout_1.hbs or layout_2.hbs. How to achieve?