Built out form ajax requesting, needs some more testing
This commit is contained in:
@@ -20,6 +20,8 @@ module.exports = {
|
||||
path: '/dist',
|
||||
filename: "app.js"
|
||||
},
|
||||
|
||||
mode: 'development',
|
||||
|
||||
resolve: {
|
||||
modules: ['node_modules', './public'],
|
||||
@@ -55,6 +57,9 @@ module.exports = {
|
||||
// initialize the added webpack plugins
|
||||
plugins: [
|
||||
HTMLWebpackPluginConfig,
|
||||
new webpack.HotModuleReplacementPlugin()
|
||||
new webpack.HotModuleReplacementPlugin(),
|
||||
new webpack.DefinePlugin({
|
||||
DEVELOPMENT: JSON.stringify(true)
|
||||
})
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user