1
0
Fork 0
mirror of https://github.com/archtechx/wire-replace.git synced 2025-12-12 07:34:02 +00:00

Initial commit

This commit is contained in:
Samuel Štancl 2020-12-30 22:29:11 +01:00
commit edbfe280eb
8 changed files with 181 additions and 0 deletions

4
webpack.mix.js Normal file
View file

@ -0,0 +1,4 @@
let mix = require('laravel-mix');
mix.setPublicPath('dist')
.js('cdn/wire_replace.js', 'dist');