Added sample project files.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
const webpack = require('webpack');
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
|
||||
entry: './src/index.js',
|
||||
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'build'),
|
||||
filename: 'project.bundle.js'
|
||||
},
|
||||
|
||||
plugins: [
|
||||
]
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user