webpackを使用してreact-reduxプロジェクトを構築しようとしています。私は次のエラーメッセージを取得していますいくつかの理由webpack less-loader not working
{
test: /\.less$/,
include: /(stylesheets)/,
loader: ExtractTextPlugin.extract('style-loader', 'css-loader!postcss-loader!less-loader?sourceMap')
}
:
ModuleParseError: Module parse failed: C:\path\to\project\client\stylesheets\app.less Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected character '@' (1:0)
なぜこれが起こっているすべてのアイデア私はあまりのファイルを処理するために、次の行を持っていますか?それに応じてWebPACKの設定ファイル改正
私は、Windows 7