mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 10:21:54 +00:00
first commit?
This commit is contained in:
9
webpack.config.js
Normal file
9
webpack.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
entry: '/src/assets/js/main.js',
|
||||
output: {
|
||||
path: path.resolve(__dirname, '_site/assets/js'),
|
||||
filename: 'main.js'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user