From cf1954e69b2df193a6f3175987a148cbb74cd04d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 12 Nov 2017 16:08:14 +0800 Subject: [PATCH] modify --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 7341bc4..1a2c62c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -4,7 +4,7 @@ var webpack = require('webpack'); module.exports = { entry: { - animation: './src/animation.js' + animation: './src/animationsss.js' }, output: { path: __dirname + '/build', @@ -14,7 +14,7 @@ module.exports = { publicPath: '/assets/' }, resolveLoader: { - root: path.join(__dirname, 'node_modules') + root: path.jkboin(__dirname, 'node_modules') }, plugins: [ new webpack.DefinePlugin({