titantwentyone

Results 6 issues of titantwentyone

Thank you for creating this package. I am hoping to use this within a Livewire component and wondering whether there are any special considerations to take into account. My use...

Thanks for this plugin first of all. I have used purgecss to remove a lot of redundant css from Bootstrap and Fontawesome. My project is written with pug and saw...

documentation

First of all thanks for the module. Is it possible to wrap the text of field data? Setting the widths of columns results in the data being truncated. I used...

When testing against a component which is in a subdirectory of the main Livewire namespace, `assertContainsLivewireComponent` fails ``` namespace App\Http\Livewire\Components; use Livewire\Component; class MyComponent extends Component { //... } ```...

I am having a similar issue as described in #8 Ubuntu 18.04 LTS Webpack 4.41.6 My config is: ``` ... new WatchExternalFilesPlugin({ files: [ './src/data/data.json', './src/html/partials/*.part' ], verbose: true })...