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:
commit
edbfe280eb
8 changed files with 181 additions and 0 deletions
4
webpack.mix.js
Normal file
4
webpack.mix.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
let mix = require('laravel-mix');
|
||||
|
||||
mix.setPublicPath('dist')
|
||||
.js('cdn/wire_replace.js', 'dist');
|
||||
Loading…
Add table
Add a link
Reference in a new issue