Daniel Walker

Results 10 comments of Daniel Walker

I too see this issue as I try to load a custom bootstrap theme using the scss files. I also use bootstrap-vue. I am "trying" to use several single file...

So, interestingly enough, using a require statement in the webpart .ts file did the trick for my first requirement of loading my custom bootstrap theme. `// import custom styles` `require('./assets/bootstrap/dashboard.scss');`...

I did try to do that but received errors when trying to serve. I do not receive these errors the other way. I will try a few more tweeks along...

![Capture](https://user-images.githubusercontent.com/20232725/63960907-901b7a80-ca5d-11e9-9ff6-4777aa4ee6ae.JPG) I mostly chose defaults and targeted spo

Yes, I didn't get most of those choices!! There was a .yo-rc file in the Repos folder but no idea how it got there!! Removed it and voila! Success! Well,...

That message was just when I ran gulp serve. I chose the 3.5 version of TypeScript but that's it. To be honest, I wish I could do it without TypeScript...

I have multiple charts with multiple themes working. I first changed base.js to: `registerMapToOptions() { if (this.map) { TuiChart.registerMap(this.map.name, this.map.value); this.computedOptions = Object.assign({}, this.computedOptions, { map: this.map.name || this.map });...

I am also seeing this and can't locate the offending web part to even know how to troubleshoot. Several pages have web parts that get transformed but at least one...

Unfortunately this does not work for me. I also tried setting the registry to http version and proxy as well to no avail. It is only electron that fails so...

@webfansplz This is what I really wanted to do but we are not allowed to add extensions where I work. Looks like I will have to ask for a change...