feat: added webpack, stimulus and turbo
This commit is contained in:
parent
f3b60adb21
commit
93939ff054
8 changed files with 62 additions and 10 deletions
10
webpack.config.js
Normal file
10
webpack.config.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
entry: './src/js/index.js',
|
||||
mode: "production",
|
||||
output: {
|
||||
filename: 'app.js',
|
||||
path: path.resolve(__dirname, 'public/js'),
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue