I\'m trying to create a little pieces of css with this.emitFile({type: \'chunk\'}), but this return a js file, unlike this.emitFile({type: \'assets\'})
this.emitFile({type: \'chunk\'})
this.emitFile({type: \'assets\'})